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].
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en.