View Single Post
Old 2010-01-04, 08:21 AM   #2
DIVAD3
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
DIVAD3's Avatar
 
Join Date: Aug 2009
Location: Up-Sate NY !
Posts: 79
Send a message via ICQ to DIVAD3
I Fuken did it, I did it!!! Huge break through...

Damn I am excited! Got up this morning and figured this whole thing out! And it was an mpl.file, not a wmv.file

I added a few more things...
PHP Code:
<OBJECT ID="VIDEO" WIDTH="292" HEIGHT="290" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
STANDBY="Loading Windows Media Player components..." 
TYPE="application/x-oleobject">
<
PARAM name="URL" value="music/Annie_4_Kristin.wpl">
<
PARAM name="enabled" value="true">
<
PARAM name="AutoStart" value="false">
<
PARAM name="PlayCount" value="1">
<
PARAM name="Volume" value="50">
<
PARAM name="balance" value="0">
<
PARAM name="Rate" value="1.0">
<
PARAM name="Mute" value="false">
<
PARAM name="fullScreen" value="true">
<
PARAM name="uiMode" value="full">
<
PARAM name="ShowControls" value="true/1">
<
param name="ShowStatusBar" value="true/1">
<
PARAM name="ShowDisplay" value="true/1">
<
EMBED TYPE="application/x-mplayer2" 
SRC="music/Annie_4_Kristin.wpl" NAME="MediaPlayer"
WIDTH="192" HEIGHT="190" autostart="0" playcount="1" 
volume="50" balance"0" rate value="1.0" mute value"false" 
fullscreen"true" uiMode value"full" ShowControls="1" 
ShowStatusBar="1" ShowDisplay="1" > </EMBED>
</
OBJECT
And BAM IT WORKED!!!


Quote:
Originally Posted by DIVAD3 View Post
I have found this link that is helping me understand the how 2's much better. And how to actually build the playlist and save it as...files

http://www.geekpedia.com/tutorial152...-web-page.html

Any and all other links that you think may be helpful to me is appreciated.
Thanx - Di' Vad
DIVAD3 is offline   Reply With Quote