Zen Cart Logo
Forums / General Questions / how do I embed an .swf movie?

how do I embed an .swf movie?

Locked

Views: 651

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
1 Oct 2010, 1:13 PM
#1
jen_ny avatar

jen_ny

New Zenner

Join Date:
Sep 2010
Posts:
14
Plugin Contributions:
0

how do I embed an .swf movie?

We are migrating to zen cart. The current code works perfectly on our existing site but not in zen cart.
I have spent almost a week trying to figure this out and am getting nowhere. Please tell me if I need to add something.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="460" height="410"> <param name="movie" value="video_player.swf"> <param name="quality" value="high"> <embed src="video_player.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="460" height="410"></embed> </object>
2 Oct 2010, 12:36 AM
#3
jen_ny avatar

jen_ny

New Zenner

Join Date:
Sep 2010
Posts:
14
Plugin Contributions:
0

Re: how do I embed an .swf movie?

Wow. Thank you! I had not see that. Will try it now...