Hi Darren. I'd suggest you look a the code generator:
It will help ensure all your vars and conditional statements are in the right place etc. http://code.google.com/p/swfobject/wiki/generator If you still have issue, post a link to your page and people can have a look. Aran On Wed, Jan 25, 2012 at 1:23 PM, darnen <[email protected]> wrote: > code is as follows: > <script type="text/javascript" src="javascripts/swfobject.js"></ > script> > <script type="text/javascript"> > swfobject.registerObject("welcomeanim", "9.0.0", "advanced/ > expressInstall.swf"); > </script> > > > > > <div id="welcome"> > <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" > data="advanced/welcomeanim.swf" width="500" height="130" > id="welcomeanim" > > <param name="movie" value="welcomeanim.swf" > /> > <param name="quality" value="high" /> > <param name="bgcolor" value="#ffffff" /> > <param name="play" value="true" /> > <param name="loop" value="true" /> > <param name="wmode" value="transparent" /> > <param name="scale" value="showall" /> > <param name="menu" value="true" /> > <param name="devicefont" value="false" /> > <param name="salign" value="" /> > <param name="allowScriptAccess" > value="sameDomain" /> > <!--[if !IE]>--> > <object > type="application/x-shockwave-flash" data="advanced/ > welcomeanim.swf" width="500" height="130"> > <param name="movie" > value="welcomeanim.swf" /> > <param name="quality" value="high" > /> > <param name="bgcolor" > value="#ffffff" /> > <param name="play" value="true" /> > <param name="loop" value="true" /> > <param name="wmode" > value="transparent" /> > <param name="scale" value="showall" > /> > <param name="menu" value="true" /> > <param name="devicefont" > value="false" /> > <param name="salign" value="" /> > <param name="allowScriptAccess" > value="sameDomain" /> > <!--<![endif]--> > <div><img src="img/welcome.png" > width="550" height="130" /></ > div> > > <!--[if !IE]>--> > </object> > <!--<![endif]--> > </object> > </div> > > > I'm sure i probly have a few variables that just arent lining up > correctly? Can anyone help me out? Would be much appreciated! > > -- > 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. > > -- 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.
