Yes, as per the Flash player docs, if you want to enter fullscreen mode, you have to have allowFullScreen = true.
Aran On Sun, Feb 14, 2010 at 6:24 PM, Divo <[email protected]> wrote: > I think I found solution. I've changed: > > swfobject.embedSWF("test6.swf", "content", "100%", "100%", "6.0.0"); > > with: > > var flashvars = { }; > var params = { "allowFullScreen": "true" }; > swfobject.embedSWF("slideshow.swf", "content", "100%", "100%", > "6.0.0", false, flashvars, params); > > -- > 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.
