Hi, you guys! Its 18 months since I've checked in so y'all must have helped me some along the way - Thanks!! Here's a nice new problem. With the script below (courtesy 'webmonkey') I managed to place six separate musical items on my new site at various places in the text (which I invite you to visit at
www.americanodyssey.bravehost.com/odyssey.htm)
It works beautifully except for one thing - they all start playing at the same time! Alternatively I have to stop each of the others and restart manually "when I get there"! Is it possible to vary the script and modify it so that the next midi file starts playing as the previous one finishes? (only one of the files is shown here, of course).
As usual I'd be most grateful for some help.........
Selwyn.
<OBJECT ID="mediaPlayer" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
STANDBY="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="filename"
VALUE="calherei.mid">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true"></OBJECT>