Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

embedd windows Media Player 1

Status
Not open for further replies.

terion33333333

Technical User
Mar 31, 2007
10
LV
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top