Emded Windows Media Player

Eddie Traversa Eddie Traversa is offline Offline Jul 11th, 2005, 11:57 pm |
0
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..
Quick reply to this message  
HTML and CSS Syntax
  1. <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"
  2. standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256">
  3. <param name="fileName" value="one.mpg">
  4. <param name="animationatStart" value="true">
  5. <param name="transparentatStart" value="true">
  6. <param name="autoStart" value="true">
  7. <param name="showControls" value="true">
  8. <param name="Volume" value="-450">
  9. <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>
  10. </object>
0
trincell trincell is offline Offline | Dec 31st, 2005
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.
 
0
jayaprakash.v jayaprakash.v is offline Offline | Apr 17th, 2008
to design media player in asp.net
 
 

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC