Well, the params look correct. If it is working is all other browsers, then this is most likely a Flash player / browser bug, and nothing to do with SWFObject. You can verify this by using a normal object/embed on the page and seeing if you still have the issue.
I would have a poke around Google which shows various issues with certain builds of FP, FF, and Ubuntu.... Aran On Tue, Jan 26, 2010 at 7:23 AM, pleaseHelp <[email protected]> wrote: > Please help.. everything and all browsers works fine except the > transparency in Ubuntu's FF and Chrome. I am using dynamic embedding > below...: > > > <script type="text/javascript" > src="js/swfobject.js"></script> > > <script type="text/javascript"> > var flashvars = {}; > var params = {}; > params.wmode = "transparent"; > params.allowscriptaccess = "always"; > var attributes = {}; > swfobject.embedSWF("indexSlideshow.swf", > "flashHolder", "882", > "368", "9.0.0", false, flashvars, params, attributes); > </script> > > > > Any help would be greatly appreciated!! 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]<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.
