How to include Multi Music Player
The Multi Music Player
Options - Auto Start - Shuffle - Loop
The Code for Multi Music Player
Copy and Paste into your HTML
The Microsoft Windows Media Player
Options - ALL
The Temptations - My Girl
West Coast Gumbo - Celina
Theme Tune - Rainbow TV
To show current song (and other stream info) :-
Find line: <OBJECT id=music height=44 width=230 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95>
Replace with: <OBJECT id=music height=70 width=230 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95>
Find line:
<param name="ShowStatusBar" value="0">
Replace with: <param name="ShowStatusBar" value="1">
Disabling the fast forward button :-
Find this line <param name="ShowPositionControls" value="-1"> and change it to <param name="ShowPositionControls" value="0">
Code for WMP