This is not really a specific SWFObject question, but more of a general Flash authoring issue.
The allowFullScreen param just tells the Flash player that it is allowed to go into fullscreen mode IF the user initiates fullscreen mode. It does not control the behavior in anyway in regards to affecting whatever the AS code is doing etc. Sound like what you are running up against is a security issue where you are changing the content during fullscreen , and the player is dumping you out of fullscreen mode. Maybe you need to look at loading the child swf first and then entering in fullscreen mode. Also keep in mind that there is a differnce between 100% scaling of a swf and a proper fullscreen more (hardware accelerated etc) As Kyle said, this is a question for another place. Aran On Fri, Jul 10, 2009 at 11:45 AM, pixel chick <[email protected]> wrote: > > Hello. I built an actionscript 3 website for a photographer that has > the logo and navigation in one file called main.fla. This file has a > loader and pulls in other swf files when different items are clicked. > The client wants this site to be full screen, when I add so.addParam > ("allowFullScreen", "true"); the site starts out working just fine, > however, when I load an image gallery swf into the loader in the > main.fla file, it reverts back to actual size. Do I need to put > something in the code of the main.fla file or the image gallery files? > > 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 -~----------~----~----~----~------~----~------~--~---
