Well, you are using the SWFObject v2.1 javascript file, but trying to invoke old SWFObject 1.x methods on the page to do your embedding. I think you need to read the docs on how to implement v2.x properly.
Using the code generator is also a good resource for beginners (after you understand the basics from the documentation): http://www.bobbyvandersluis.com/swfobject/generator/index.html Cheers, Aran -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of volk23 Sent: Wednesday, 7 January 2009 8:44 AM To: SWFObject Subject: swfobjects is not working with flash 10 player in firefox Hi, my website stopped working in firefox since flash 10 came out. i've installed the new swfobjects.js but nothing works. here is my code and link to the website. Please help <script type="text/javascript"> var flashvars = {}; flashvars.XMLpath = "data1.xml"; swfobject.embedSWF("interface1.swf", "intrface", "780", "681", "8.0.0", "expressInstall.swf", flashvars); </script> http://www.3ddreams.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
