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