PDA

View Full Version : Help With Embeded Player And M3u Please!!


webmaster2006
11-04-2005, 01:54 AM
Ok heres the deal, I have a m3u with 100+ songs in a enbeded player on my page, How in the world can i randomize those songs ?

and can i put in the same player more than one playlist (m3u) ?

Heres the code im using :

<OBJECT id=music height=50 width=390 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95>"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">


<PARAM name="autoStart" value="true" />
<PARAM name="filename" value="http://playlist.m3u" />
<param name="ShowStatusBar" value="1">
<param name="Showcontrols" value="false">


<EMBED TYPE="application/x-mplayer2"
SRC="http://WebServer/MyFile.wvx"
NAME="MediaPlayer"
WIDTH=320
HEIGHT=240></embed>
<EMBED></embed> </object>