Anyone know how to get it working in FF3 and IE (all versions) ? As it's working perfectly in Opera.
On Oct 8, 10:43 pm, WhiteDragon <[EMAIL PROTECTED]> wrote: > http://www.walkfar.ca/test/realdeal/animationpage2.html > Now in FF3 I am getting a black box, not the gallery and in all > versions of IE I get nothing and in Opera everything works > perfectly. > > On Oct 8, 10:22 pm, WhiteDragon <[EMAIL PROTECTED]> wrote: > > > > > I have the script in the right place, and this is the code I have > > within a <div> and nothing is loading on my end when I view it in FF3 > > or any version of IE. > > > <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" > > width="800" height="600" id="csanimationgallery"> > > <param name="movie" value="flashname.swf" /> > > <!--[if !IE]>--> > > <object > > type="application/x-shockwave-flash" data="flashname.swf" > > width="800" height="600"> > > <!--<![endif]--> > > <a > > href="http://www.adobe.com/go/getflashplayer"> > > <img > > src="http://www.adobe.com/images/shared/download_buttons/ > > get_flash_player.gif" alt="Get Adobe Flash player" /> > > </a> > > <!--[if !IE]>--> > > </object> > > <!--<![endif]--> > > </object> > > > On Oct 8, 10:10 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > > > > I add the path into the code you posted and its working for me > > > I am flumuxed completely! > > > > below with added path > > > > <script type="text/javascript" > > > src="http://www.walkfar.ca/test/realdeal/swfobject.js"></script> > > > > <param name="movie" > > > value="http://www.walkfar.ca/test/realdeal/csanimationgallery.swf" /> > > > > <object type="application/x-shockwave-flash" > > > data="http://www.walkfar.ca/test/realdeal/csanimationgallery.swf" > > > width="800" > > > height="600"> > > > > 2008/10/9 WhiteDragon <[EMAIL PROTECTED]> > > > > > I tried static, I tried dynamic, nothing is working. I am pulling my > > > > hair out!!! > > > > I've copied the right code everything > > > > AaaaRRRgghhh!!!!!!! > > > > > On Oct 8, 9:45 pm, WhiteDragon <[EMAIL PROTECTED]> wrote: > > > > > xhtml1-strict.dtd"> > > > > > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> > > > > > <head> > > > > > <title></title> > > > > > <meta http-equiv="Content-Type" content="text/html; > > > > > charset=iso-8859-1" /> > > > > > <script type="text/javascript" > > > > src="swfobject.js"></script> > > > > > <script type="text/javascript"> > > > > > swfobject.registerObject("gallery", "9.0.0"); > > > > > </script> > > > > > </head> > > > > > <body> > > > > > <div> > > > > > <object > > > > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" > > > > > width="800" height="600" id="gallery"> > > > > > <param name="movie" > > > > value="csanimationgallery.swf" /> > > > > > <param name="wmode" > > > > > value="transparent" > > > > /> > > > > > <!--[if !IE]>--> > > > > > <object > > > > type="application/x-shockwave-flash" > > > > > data="csanimationgallery.swf" width="800" height="600"> > > > > > <param name="wmode" > > > > value="transparent" /> > > > > > <!--<![endif]--> > > > > > <a href=" > > > >http://www.adobe.com/go/getflashplayer"> > > > > > <img src=" > > > >http://www.adobe.com/images/shared/download_buttons/ > > > > > get_flash_player.gif" alt="Get Adobe Flash player" /> > > > > > </a> > > > > > <!--[if !IE]>--> > > > > > </object> > > > > > <!--<![endif]--> > > > > > </object> > > > > > </div> > > > > > </body> > > > > > </html> > > > > > > Using static publishing > > > > > > On Oct 8, 9:32 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > > > > > > > If you've put the correct paths into the generator all should be > > > > > > good. > > > > It > > > > > > would be helpful if you uploaded the generated code too. I > > > > > > appreciate > > > > your > > > > > > frustration I imagine you have something somewhere out of place - I > > > > think > > > > > > you'll have a eureka moment and with hindsight all will be clear > > > > > > > 2008/10/9 WhiteDragon <[EMAIL PROTECTED]> > > > > > > > > Sam, I don't quite understand what you are saying ? > > > > > > > I just tried the generator and the code it gave me is also not > > > > > > > working. I find this very odd why this is not working why > > > > > > > SWFObject > > > > > > > is giving so much problems. > > > > > > > > On Oct 8, 8:10 pm, "Aran Rhee" <[EMAIL PROTECTED]> wrote: > > > > > > > > I would suggest you use the code generator to help you write > > > > > > > > valid > > > > code. > > > > > > >http://www.swffix.org/swfobject/generator/ > > > > > > > > > Aran > > > > > > > > > -----Original Message----- > > > > > > > > From: [email protected] [mailto: > > > > [EMAIL PROTECTED] On > > > > > > > > > Behalf Of WhiteDragon > > > > > > > > Sent: Thursday, 9 October 2008 10:19 AM > > > > > > > > To: SWFObject > > > > > > > > Subject: Re: SWF Object not working in any browser > > > > > > > > > Also the background is set to transparent but Opera is showing > > > > > > > > it > > > > as > > > > > > > > non-transparent so the problem is still not solved. > > > > > > > > > On Oct 8, 7:06 pm, WhiteDragon <[EMAIL PROTECTED]> wrote: > > > > > > > > > FF3 or IE (any version) it does not work, I does work in > > > > > > > > > Opera. > > > > > > > > > > On Oct 8, 6:23 pm, "Aran Rhee" <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > Well, you are using a SWFObject v1.4 .js file and trying to > > > > call v2.x > > > > > > > > method > > > > > > > > > > calls on it (which of course will not work). Download the > > > > latest 2.1 > > > > > > > > .zip > > > > > > > > > > and replace your swfobject.js file with the correct version. > > > > > > > > > > > Aran > > > > > > > > > > > -----Original Message----- > > > > > > > > > > From: [email protected] [mailto: > > > > [EMAIL PROTECTED] > > > > > > > On > > > > > > > > > > > Behalf Of WhiteDragon > > > > > > > > > > Sent: Thursday, 9 October 2008 5:20 AM > > > > > > > > > > To: SWFObject > > > > > > > > > > Subject: Re: SWF Object not working in any browser > > > > > > > > > > >http://www.walkfar.ca/test/realdeal/animationpage.html > > > > > > > > > > > On Oct 8, 2:38 am, "Aran Rhee" <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > Christopher. > > > > > > > > > > > > You will need to supply a link to your page or at least > > > > > > > > > > > paste > > > > your > > > > > > > > code > > > > > > > > > > > before anyone could begin to help you. > > > > > > > > > > > > Aran > > > > > > > > > > > > -----Original Message----- > > > > > > > > > > > From: [email protected] [mailto: > > > > > > > [EMAIL PROTECTED] > > > > > > > > On > > > > > > > > > > > > Behalf Of WhiteDragon > > > > > > > > > > > Sent: Wednesday, 8 October 2008 3:01 PM > > > > > > > > > > > To: SWFObject > > > > > > > > > > > Subject: SWF Object not working in any browser > > > > > > > > > > > > I have the JS file in the <head> of my page, I have > > > > > > > > > > > installed > > > > and > > > > > > > > > > > uninstalled Flash I have tried everything in the FAQ > > > > > > > > > > > nothing > > > > is > > > > > > > > > > > working, on a previous site I used SWFObject it worked > > > > > > > > > > > now on > > > > this > > > > > > > > > > > site it's not working. I don't know what the hell went > > > > wrong. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
