As far as I can see, your "swfobject code" is working fine. That is, 
"interface1.swf" shows up in the page.  However, inside of that swf file, it 
appears to be trying to do some sort of flash (or flash version) detection 
and that seems to be failing.  This is not swfobject, this is something with 
your swf.  swfobject seems to have done its job to get your swf on the page.

One thing to think about... with the version 10 FP change... perhaps inside 
of "interface1.swf", you have code which looks only for a single digit of 
flash player version (like "8" or "9").  But now with "10", it might only be 
seeing "1" and thinking the flash is too low of a version.  Just a thought, 
this has plagued others as well.

--Kyle




--------------------------------------------------
From: "volk23" <[email protected]>
Sent: Wednesday, January 07, 2009 9:35 AM
To: "SWFObject" <[email protected]>
Subject: Re: swfobjects is not working with flash 10 player in firefox

>
> I did all this, same thing, still dont work with Flash 10
>
>
>
> On Jan 6, 5:45 pm, "Aran Rhee" <[email protected]> wrote:
>> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to