View Single Post
  #4 (permalink)  
Old 01-09-2004, 03:55 PM
ratmonkey007's Avatar
ratmonkey007 ratmonkey007 is offline
Registered User
 
Join Date: Jan 2004
Posts: 1
Lightbulb

:driver <--- I think it's actually driving stickshift

well, I got the player on my webpage, and it actually works quite well.

here is the code for it:



<OBJECT

ID="mediaPlayer"

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">

<PARAM NAME="fileName"
VALUE="THIS IS WHERE YOU PUT THE MUSIC/VIDEO LINK">

<PARAM NAME="animationatStart" VALUE="true">

<PARAM NAME="transparentatStart" VALUE="true">

<PARAM NAME="autoStart" VALUE="true">

<PARAM NAME="showControls" VALUE="true">

<PARAM NAME="ShowDisplay" VALUE="true">

</OBJECT>



I hope it helps!
MORE EVES!!!!!
(FYI, Eves is a musician. www.freq.com)
Reply With Quote