You should use the code generator to make your swfobject code, as it is not looking correct.
http://www.bobbyvandersluis.com/swfobject/generator/index.html Use static publishing and fill in the values you need, and you will get valid code for the page. Aran -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of leopavan Sent: Tuesday, 28 April 2009 7:16 AM To: SWFObject Subject: wmode not work Hi, I have a problem with the wmode. I made a page with the Flex Builder wrapper and I added the same swf with the swfobject. The swf with the flex builder work fine the wmode but with the swfobject does not work. This is a summary the code generated by the scripting: <html lang="en"> <head> </head> <body background="arrowNext.png"> <!-- this object tag is made by the swfobject. the transparent not work --> <object style="visibility: visible;" id="FlexTransparentMode2" data="FlexTransparentMode.swf" type="application/x-shockwave-flash" width="400" height="300"> <param value="true" name="play"><param value="false" name="loop"> <param value="false" name="menu"> <param value="high" name="quality"> <param value="true" name="allowfullscreen"> <param value="sameDomain" name="allowscriptaccess"> <param value="transparent" name="vmode"> </object> <br> <hr> <br> <!-- this embed tag is made by the flex builder template. the transparent is working --> <embed src="FlexTransparentMode.swf" id="FlexTransparentMode" quality="high" bgcolor="#ff0000" name="FlexTransparentMode" allowscriptaccess="sameDomain" wmode="transparent" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" align="middle" height="300" > </body> </html> Any suggestions? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
