I solved it, it is a javascript conflict. Now could someone explain why two javascripts conflict ?
On Oct 11, 7:12 pm, WhiteDragon <[EMAIL PROTECTED]> wrote: > I have tried that, by removing each javascript file and then adding it > on a blank page. > It worked with all (3) javascript files. Now how come it's not > working on my page what is causing this problem? > Most on this forum tell me to use SWFObject Generator, and all will be > well, or tell me something else which the odds at > this point are that I have already tried their suggestion. I figure > most don't want to bother as they are judging I am the neive one > and I don't know what I am doing. > > That is why I call out to someone who would like to look past the > judgement call to help me fix this problem so that my flash loads > amoungst all the browsers including IE and especially IE6. > > On Oct 11, 12:02 pm, "Jonathan" <[EMAIL PROTECTED]> wrote: > > > > > Hi, been watching this exchange with increasing interest. I'm no Flash > > expert, but, have you tried doing any debugging via Fiddler on IE, or > > appropriate on Mos. You have 3 .js scripts, at least one is causing > > problems. Maybe the conflict is there affecting SWFObject loading. > > > If you cant progress straight on, try attacking it sideways. Just a thought. > > > Regards Jonathan > > > Tel: 0870 774 4234 > > Mob: 07768 390681 > > > -----Original Message----- > > From: [email protected] [mailto:[EMAIL PROTECTED] On > > > Behalf Of WhiteDragon > > Sent: 11 October 2008 16:00 > > To: SWFObject > > Subject: Re: IE6 ERROR Press OK to Continue loading content of this page > > >http://www.walkfar.ca/test/realdeal/animationpage7.html > > Look for yourself it does not load in any browser. I copied the code from > > the SWFGenerator and the proper javascript files, I have done everything > > right. > > > On Oct 11, 10:49 am, WhiteDragon <[EMAIL PROTECTED]> wrote: > > > <sigh> I have used the generator. And using the static method is not > > > working. When I use the generator it does not work in all browsers, I > > > had to modify this code just so that it works in > > > all browsers (except IE6) so explain why it's not working ? I'll > > > generate another page with the copy and pasted code and you can > > > see it does not work <sigh> > > > > On Oct 11, 8:12 am, "Aran Rhee" <[EMAIL PROTECTED]> wrote: > > > > > @WhiteDragon / Christopher > > > > > You keep saying your code doesn't work (you've posted 14 times since > > > > Wed) and we've been telling you to use the code generator multiple > > > > times now. Please listen. If you are a beginner with swfobject, it > > > > will save you (and > > > > us) time / frustration. > > > > > You don't even have a valid ID for your top level <object> tag in > > > > this code. In your other page / original thread you don't call the > > > > required > > > > swfobject.registerObject() method in the <head> area. > > > > > Use the generator. Lots of people use it. It works... > > > > > Aran > > > > > -----Original Message----- > > > > From: [email protected] [mailto:[EMAIL PROTECTED] > > > > On > > > > > Behalf Of WhiteDragon > > > > Sent: Saturday, 11 October 2008 3:47 PM > > > > To: SWFObject > > > > Subject: Re: IE6 ERROR Press OK to Continue loading content of this > > > > page > > > > > When I add that, it doesn't load at all in //any// browser. Atleast > > > > before I added that the other browsers it was loading, the only one > > > > was IE6. > > > > > What the hell is going on? > > > > > On Oct 11, 12:20 am, "Philip Hutchison" <[EMAIL PROTECTED]> > > > > wrote: > > > > > you're missing the second endif > > > > > > <!--[if !IE]>--> > > > > > </object> > > > > > <!--<![endif]--> > > > > > </object> > > > > > > On Fri, Oct 10, 2008 at 6:06 PM, WhiteDragon > > > > > <[EMAIL PROTECTED]> > > > > wrote: > > > > > > > I have everything working good, expect in IE6 where the flash > > > > > > loads but I get the box "Press OK to continue loading content of > > > > > > this page" it pops up about 15 times then the flash movie just > > > > > > gets stretched. > > > > > > > What is going on and with IE6? > > > > > > > <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" > > > > > > width="780" height="420"> > > > > > > <param name="movie" value="flashfile.swf" /> > > > > > > <!--[if !IE]>--> > > > > > > <object type="application/x-shockwave-flash" > > > > > > data="flashfile.swf" width="600" height="500"> > > > > > > <!--<![endif]--> > > > > > > <p>Alternative content</p> > > > > > > <!--[if !IE]>--> > > > > > > </object></object> > > > > > > > This is the code I'm using within a <div> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
