954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?

Emded Windows Media Player

By Eddie Traversa on Jul 12th, 2005 8:57 am

You can use this code to embed the windows media player in html pages. Just set the controls to suit and change file names etc..

<object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" 
standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256"> 
<param name="fileName" value="one.mpg"> 
<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"> 
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="one.mpg" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450> 
</object>

thank you very much i had this very rude and not to helpful web design professor at school if i could teach myself the rest of the information i need to know to correctly fix my web page so that i am not using the picuture images on it as thumb nails but in a rather story.

trincell
Newbie Poster
1 post since Dec 2005
Reputation Points: 10
Solved Threads: 0
 

to design media player in asp.net

jayaprakash.v
Newbie Poster
3 posts since Apr 2008
Reputation Points: 10
Solved Threads: 0
 

i don'uderstand it.

hishgee
Newbie Poster
1 post since Mar 2010
Reputation Points: 10
Solved Threads: 0
 

Try, go to MicroSoft and copy and paste the code, read the tutorials, and follow the explanations of what this code snippet, cut directly from MS does

http://www.microsoft.com/windows/windowsmedia/howto/articles/adsolutions2.aspx is a place to begin

almostbob
Posting Sensei
3,149 posts since Jan 2009
Reputation Points: 571
Solved Threads: 376
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You