terion33333333
Technical User
I tried embedd windows Media Player in web page(play wmv inside page), I tried the following example:
<object id="MediaPlayer" width=320 height=286 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="
<param name="filename" value="
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
<embed type="application/x-mplayer2" src=" name="MediaPlayer" width=320 height=240></embed>
</object>
Not work for me.
Two things is not clear: I linked wmv file from another host, not on host where web page located. (I can no put wmv file in the same host where html page is). So I specified wmv url in src="... " Second, what need be specified in value=" ? Is this the same path as in movie src="..? From the given example this not clear.
<object id="MediaPlayer" width=320 height=286 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="
<param name="filename" value="
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
<embed type="application/x-mplayer2" src=" name="MediaPlayer" width=320 height=240></embed>
</object>
Not work for me.
Two things is not clear: I linked wmv file from another host, not on host where web page located. (I can no put wmv file in the same host where html page is). So I specified wmv url in src="... " Second, what need be specified in value=" ? Is this the same path as in movie src="..? From the given example this not clear.