Problem embedding .wmv
Posted: Tue Jun 19, 2007 10:33 am
Hey,
I'm having problem trying to embed a .wmv file in the content. Everytime I try putting in the code, FCKeditor keeps removing the tags but keeps the tags. The videos only seem to only play on Internet Explorer too.
(Using cms 1.0.7)
Thanks,
Ryan
I'm having problem trying to embed a .wmv file in the content. Everytime I try putting in the code, FCKeditor keeps removing the tags but keeps the tags. The videos only seem to only play on Internet Explorer too.
Code: Select all
<p><object width="280" height="256" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=5,1,52,701" id="MediaPlayer1">
<param name="fileName" value="/downloads/media/video-1.wmv" />
<param name="animationatStart" value="true" />
<param name="transparentatStart" value="true" />
<param name="autoStart" value="true" />
<param name="showControls" value="true" />
<param name="Volume" value="-450" /></object></p>Thanks,
Ryan