Am finishing a site using Cs-Cart. I add movie clips in flv in the description page :
http://dfidistribution.com/defonce-d...ts-culs-6.html
In Firefox, the trailer shows and plays ok. In Internet explorer, it doesn't show or play.
On the other hand, in IE, not in the shopping cart, it does play :
http://dfidistribution.com/mediaplayer/flash2.htm
This is the code :
PHP Code:
<p align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
width="320" height="240"><param name="flashvars" value="file=http://dfidistribution.com/flv/defonce_6.flv"
/><param name="movie" value="player.swf" /><embed src="http://dfidistribution.com/mediaplayer/player.swf"
width="320" height="240" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="file=http://dfidistribution.com/flv/defonce_6.flv" /></object>
I really would like it to work in both browser. I am considering to get a new window to open to play the clip; that would solve the IE situation, but if I could do otherwise...
Player is JW Player 4.1.60
Any ideas ????