Nancy, I would suggest using the online code generator (found on the swfobject wiki) to help you write valid code.
Aran On Fri, Nov 13, 2009 at 8:42 AM, Sam Sherlock <[email protected]>wrote: > Hi Nancy > > in you code you have an embed tag - swfobject static use only object tags > your code has three referances to the swf so two are displaying in the > browser which your using > in firefox only one is displayed > > <code> > > <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" > height="900" id="enns" name="enns"> > <param name="movie" value="/flash/enns.swf" /> > <param name="play" value="true" /> > > <param name="loop" value="false" /> > <param name="wmode" value="transparent" /> > <param name="quality" value="high" /> > <param name="scale" value="noscale" /> > <param name="salign" value="tl" /> > <param name="repeat" value="false" /> > <param name="devicefont" value="true" /> > <param name="seamlesstabbing" value="true" /> > <param name="swliveconnect" value="true" /> > > <embed wmode="transparent" src="/flash/enns.swf" quality="high" width="900" > height="900" name="enns" type="application/x-shockwave-flash" > pluginspage="http://www.macromedia.com/go/getflashplayer" /> > <!--[if !IE]>--> > <object type="application/x-shockwave-flash" > data="/flash/enns.swf" width="900" height="900"> > <param name="play" value="true" /> > <param name="loop" value="false" /> > > > > </code> > > - S > > +44 (0)7507 38 48 74 > > > 2009/11/12 craftne <[email protected]> > > >> http://www.nancycraft.net >> >> thanx >> >> On Nov 10, 2:24 pm, Sam Sherlock <[email protected]> wrote: >> > Have you got a link to this? >> > >> > If not some sample code otherwise any suggestions are mere shots in the >> dark >> > >> > - S >> > >> > 2009/11/10 craftne <[email protected]> >> > >> > >> > >> > > Hello, >> > >> > > Having a problem with the movie appearing a second time outside and >> > > below the div. It plays twice. The div is expansive enough to contain >> > > the movie, with about 20px play room. >> > >> > > What would cause this and how do I fix it? I've done an Internet >> > > search and have seen only one answer that didn't apply to my code. >> > >> > > cheers. >> > > N >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
