| 
 Posted by trig on 01/02/07 21:08 
Please accept my apology for this post but i don't understand what it 
is you are telling me to do: 
 
"Wrap that code in javascript and all will be fine" - don't know what 
that means and which code you're refereing to 
 
"Remember to use noscript and just put the Object code there." - don't 
know what that means 
 
"Also, use this as your template for the Flash and you can lose embed: 
 
<object type="application/x-shockwave-flash" data="yourswf.swf"..... 
<param name="movie" value="yourswf.swf"/>" - don't know where to put 
this. 
 
I'm sorry again but i guess what i need for an answer is the whole code 
written so that i understand it, that's everything from the <HTML> tag 
down to the </HTML> tag. 
 
I understand if this is to time consuming for you, 
 
thanks for the reply 
 
 
 
Travis Newbury wrote: 
> trig wrote: 
> > I have downloaded the swfobject.js file from.... 
> > This code works to scale the movie: 
> 
> Wrap that code in javascript and all will be fine.  Remember to use 
> noscript and just put the Object code there. That way anyone without 
> javascript turned on will still see your flash. 
> 
> 
> 
> 
> > <object 
> > codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab..." 
> > 
> > name="flashcontent" width="100%" height="100%" align="middle" 
> > id="my_site_v3"> 
> >   <param name="allowScriptAccess" value="sameDomain" /> 
> >   <param name="movie" value="my_site_v3.swf" /> 
> >   <param name="quality" value="high" /> 
> >   <param name="bgcolor" value="#131313" /> 
> >   <embed src="my_site_v3.swf" width="100%" height="100%" align="middle" 
> > 
> > quality="high" bgcolor="#131313" name="flashcontent" 
> > allowscriptaccess="sameDomain" type="application/x-shockwave-flash" 
> > pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
> 
> Also, use this as your template for the Flash and you can lose embed: 
> 
> <object type="application/x-shockwave-flash" data="yourswf.swf"..... 
> <param name="movie" value="yourswf.swf"/>
 
[Back to original message] 
 |