Hi, I meet a strange behavior in Firefox and Opera when I set the wmode param value to transparent or opaque.
In firefox and Opera, the movie starts automatically then it should not. This is my code (in the html header): <script type="text/javascript" src="http://ajax.googleapis.com/ajax/ libs/swfobject/2.2/swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; var params = { wmode: "transparent" }; var attributes = {}; swfobject.embedSWF("anim.swf", "flash-movie", "940", "380", "8.0.0",false, flashvars, params, attributes); </script> If you want to see what happens, you can view here: http://www.cooperanet.fr/animAID07.html Any help would be greatly appreciated because it drives me crazy! -- 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.
