
November 22nd, 2004, 12:13 PM
|
|
Contributing User
|
|
Join Date: Sep 2004
Posts: 84
Time spent in forums: 7 h 39 m 32 sec
Reputation Power: 4
|
|
|
Need help!!!
I am playing multiple songs by using the following code.
How can I display the song name based on the playing song?
Here I am getting all the song names in an array.
<OBJECT ID="mediaPlayer" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="405" height="120"
CODEBASE=" http://activex.microsoft.com/active...sion=5,1,52,701"
STANDBY="Loading Microsoft Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="fileName" VALUE="m usic/songs/SongsList.m3u">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true">
<PARAM NAME="ShowDisplay" VALUE="true">
</OBJECT>
|