since we haven't seen all of your code, it's possible you could have something else going on in your code/markup.
try using the swfobject generator to generate fresh swfobject code and see if you continue to have issues: http://www.swffix.org/swfobject/generator/ On Fri, Oct 10, 2008 at 9:47 PM, WhiteDragon <[EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
