I am using the rad editor version 6.6.3.0.
I put the below code into html view:
<object id="MediaPlayer" width=320 height=288 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components…" type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
When I switched back to design view, the code below is truncated by the editor:
<param name="filename" value="My_video.wmv">
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
When I try to save the file and view it in internet explorer, the video file is unable to play.
I put the below code into html view:
<object id="MediaPlayer" width=320 height=288 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components…" type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="My_video.wmv">
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
<embed type="application/x-mplayer2" src="My_video.wmv" originalAttribute="src" originalPath="My_video.wmv" name="MediaPlayer" width=320 height=288></embed>
</object>
When I switched back to design view, the code below is truncated by the editor:
<param name="filename" value="My_video.wmv">
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
When I try to save the file and view it in internet explorer, the video file is unable to play.
