hello,
I have a web page divided into frames. after the user pushes the button in the same page just in other frame must appear and play a video file. I have no experience at it and would be grateful for any suggestions. I found this html code:
<OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="a.wmv">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<PARAM name="autostart" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="a.wmv" NAME="MediaPlayer"
WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
</OBJECT>
But I have problems when I try to use in page with frames-the video file isn't opened;
the other problem: it doesn't play mpeg files, or I do something wrong?
And what about button, how would be better to make it and control video with it?
Thank you
I have a web page divided into frames. after the user pushes the button in the same page just in other frame must appear and play a video file. I have no experience at it and would be grateful for any suggestions. I found this html code:
<OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="a.wmv">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<PARAM name="autostart" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="a.wmv" NAME="MediaPlayer"
WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
</OBJECT>
But I have problems when I try to use in page with frames-the video file isn't opened;
the other problem: it doesn't play mpeg files, or I do something wrong?
And what about button, how would be better to make it and control video with it?
Thank you






