I find that you have to be careful with the actionscript inside the swf
for me when I add resize handlers I find it crucial to run the code (within
the handler) as its applied - and having a blank first frame seems to help
to
eg
function resizeIt() {
sym1._x=Stage.width/2;
sym1._y=Stage.height/2;
}
resizeListener.onResize = function () {
resizeIt();
}
resizeIt();
but then I guess others may have a better way and/or other suggestions
- S
On 13 February 2010 18:27, Divo <[email protected]> wrote:
> Hello. I'm using embeeding method from
>
> http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test_dynamic_fullbrowserflash_adv.html
> but this disable fullscreen mode. How can I solve this issue?
>
> --
> 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]<swfobject%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/swfobject?hl=en.
>
>
--
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.