Jump to content

how to embed a flash movie swf file on tpl product page?


Recommended Posts

Hi all, I have a flash movie (swf file). I want to input it on my product tpl page, but it not works right. I dont know what is going on. Anyone know how? Please help, Thank You! The code is below

 

<embed src="url('../img/hp.swf')" quality="high" bgcolor="#666666" width="275" height="150"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
/>

 

Thanks for your help!

Link to comment
Share on other sites

  • 3 weeks later...

I got it!

<object id="player1" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="400" name="player1">
 <param name="movie" value="rotateTool.swf" />
 <param name="allowfullscreen" value="true" />
 <param name="scale" value="noScale" />
 <param name="salign" value="lt" />
 <param name="allowscriptaccess" value="always" />
 <param name="flashvars" value="path=deuter" /> <embed id="player1" width="600" height="400" src="rotateTool.swf" flashvars="path=deuter" allowfullscreen="true" allowscriptaccess="always" name="player1" scale="noScale" salign="lt"></embed>
 </object>

Link to comment
Share on other sites

×
×
  • Create New...