I still believe the issue is within your swf and not with SWFObject or wmode.
I can reproduce that the player does not load correctly in both IE and FF. If you look at the trace messages from flash player when it doesn't work (grey background or still image is there, but no controls): loading still : http://www.popmorphic.com/images/stills/AttackAttackHomeAgainStill.jpg videoStateChanged : loadingControls was disconnected videoUrl = http://www.popmorphic.com/AttackAttackHomeAgainWeb video added to stage videoStateChanged : connectionError was loadingControls stillLoaded : [Event type="complete" bubbles=false cancelable=false eventPhase=2] When it works you get extra trace messages saying XML was successfully loaded etc. I have now reloaded about 12 times and unfortunately it only worked once and I didn't copy down the trace messages. I'd suggest you go back and debug your player, because something is clearly broken there. You should make your page as simple as possible (no transparency, no other js files etc) and get things working. From there you can re-build your page.... BTW, you still have a 404 on this file: http://demo.popmorphiclive.com/sites/all/scripts/scrollTo/jquery.scrollTo.js Aran -----Original Message----- From: swfobject@googlegroups.com [mailto:swfobj...@googlegroups.com] On Behalf Of Julian K Sent: Tuesday, 24 March 2009 10:36 PM To: SWFObject Subject: Re: Transparency not working in FF3 with SWFObject 2.1 I was just testing the swf here, not its external content as I was trying to isolate the issue, but I think rather than narrowing down the problem I think I have made them more muddy. This is the actual demo site http://demo.popmo<antispam>rphiclive.com/artists/attack-attack, which is intermitantly not working in FireFox. Here there should be no missing content and as far as I am aware the server should, I hope be set up properly. Could you tell me if there is anything wrong with the way this has been embedded or the sever set up which may be causing the issue. Thanks again, Julian On Mar 23, 10:48 pm, "Aran Rhee" <aran.r...@gmail.com> wrote: > Julian. > > There is nothing wrong on the swfobject side of things from what I can see. > The file is being correctly embedded onto the page. > > You do have a number of issues on you page however: > > 404 (not found)http://test.popmo<antispam>rphic.com/images/stills/GhazyTashwalyTrack0 5Still.jpg > > Error calling (never gets a 200 OK call back fron the server)http://test.popmo<antispam>rphic.com/GhazyTashwalyTrack05Web.xml > > Bad XML formatting: > XML Parsing Error: no element found > Location:http://test.popmorphic.com/GhazyTashwalyTrack05Web.xml > Line Number 1, Column 1: > > (try viewing the XML file directly in the browser) > > Wrong mime type for FLV files from the serverhttp://test.popmorphic.com/flv/wavey.flv > > HTTP/1.1 200 OK > Cache-Control: private > Transfer-Encoding: chunked > Content-Type: text/html > Server: Microsoft-IIS/6.0 > X-AspNet-Version: 2.0.50727 > Date: Mon, 23 Mar 2009 22:39:55 GMT > Connection: close > > FLV's should be delivered as video/x-flv, not text/html > > (readhttp://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198 > to add the mime type to IIS) > > I'd suggest that once you fix all of the these issues, that things will > start working as they should. > > Aran > > -----Original Message----- > From: swfobject@googlegroups.com [mailto:swfobj...@googlegroups.com] On > > Behalf Of Julian K > Sent: Tuesday, 24 March 2009 7:37 AM > To: SWFObject > Subject: Re: Transparency not working in FF3 with SWFObject 2.1 > > Its the other way around, it works in IE every time but not FF. I'm > beginning to think its a caching problem as it tends to work after the > cache is cleared in FF, although knowing that doesnt mean I know what > to do about it! > Heres the test pagehttp://test.popmo<antispam>rphic.com/flashplayer.html..... > you'll have to remove the <antispam> from the url, its to stop the > robots. > > Thanks for your help. > > Julian > > On Mar 21, 3:51 am, "Aran Rhee" <aran.r...@gmail.com> wrote: > > What does the Flash menu say when you right click ? "movie not loaded" or > > the normal contextual menu (play, pause rewind etc?) > > > Post a link up to your page with just your swf embedded and we can have a > > look. > > > Aran > > > -----Original Message----- > > From: swfobject@googlegroups.com [mailto:swfobj...@googlegroups.com] On > > > Behalf Of Julian K > > Sent: Friday, 20 March 2009 4:13 AM > > To: SWFObject > > Subject: Re: Transparency not working in FF3 with SWFObject 2.1 > > > The exact problem is the flash doesnt display, however it seems to > > load as the flash menu is present on right click. > > In trying to locate the problem I removed all other content from the > > website so that the site consists of the flash only. So with no other > > layers or divs I dont think z-indexes would make any difference will > > it? > > > Julian > > > On Mar 20, 6:39 am, "Aran Rhee" <aran.r...@gmail.com> wrote: > > > So have you changed the z-indexes of the layers you are wanting to > appear > > > above / below the flash layer? > > > > What exactly is the issue other than "doesn't work"? > > > > Aran > > > > -----Original Message----- > > > From: swfobject@googlegroups.com [mailto:swfobj...@googlegroups.com] On > > > > Behalf Of Julian K > > > Sent: Thursday, 19 March 2009 3:40 AM > > > To: SWFObject > > > Subject: Transparency not working in FF3 with SWFObject 2.1 > > > > Hi, > > > > I am unable to get wmode working in FF3 with the SWFObject 2.1. Theres > > > no problem at all in IE, just FF doesnt work. Ive searched through > > > your documentation and threads and am none the wiser. Your help is > > > much appreciated. thanks. > > > > This code works on both IE and FF > > ---------------------------------------------------------------------------- > > > --------- > > > > <script type="text/javascript" src="js/swfobject.js"></script> > > > <script type="text/javascript"> > > > > var flashvars = {}; > > > > flashvars.debug = "false"; > > > flashvars.local = "true"; > > > > var params = {}; > > > > params.scale = "noScale"; > > > params.allowfullscreen = "true"; > > > > swfobject.embedSWF("FlashPlayer.swf", "flashcontent", "900", "500", > > > "10.0.0", false, flashvars, params); > > > </script> > > ---------------------------------------------------------------------------- > > > ------------ > > > Again but with the problematic wmode param added does not work on FF. > > ---------------------------------------------------------------------------- > > > ------------- > > > > <script type="text/javascript" src="js/swfobject.js"></script> > > > <script type="text/javascript"> > > > > var flashvars = {}; > > > > flashvars.debug = "false"; > > > flashvars.local = "true"; > > > > var params = {}; > > > > params.scale = "noScale"; > > > params.allowfullscreen = "true"; > > > params.wmode = "transparent"; > > > > swfobject.embedSWF("FlashPlayer.swf", "flashcontent", "900", "500", > > > "10.0.0", false, flashvars, params); > > > </script> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to swfobject@googlegroups.com To unsubscribe from this group, send email to swfobject+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---