Hello!
I'm using swffit and swfobject on a full browser project of mine
(swffit limits the reduction size of the file). I have a video player
that uses a fullscreen button, I added the necessary code to set the
allowFullScreen to true but it still doesn't work, here is the code
i've tried:
<script type="text/javascript">
var flashvars = false;
var params = {
wmode: "window",
menu: "false",
allowFullScreen: "true"};
var attributes = false;
swfobject.embedSWF("mha2.swf", "my_flash", "100%",
"100%",
"8.0.0",flashvars, params, attributes);
swffit.fit("my_flash",1024,768,false,false);
</script>
Any help would be awesome! Thank You.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---