vince270 Posted November 15, 2011 Share Posted November 15, 2011 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 More sharing options...
vince270 Posted December 2, 2011 Author Share Posted December 2, 2011 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 More sharing options...
Recommended Posts