This is an old post. How to make it work?
------------------
Hi
If anyone out there could figure out why the following script dosen't
work, and maybe help me fixing the problem, I would be very gratefull.
//Html document starts:
<HTML>
<HEAD>
<TITLE>test</TITLE>
<SCRIPT>
<!-- Activate Cloaking Device
// Used to startmusic
function StartMusic()
{ document.tak.pl ay(); }
// Used to stopmusic
function StopMusic()
{ document.tak.st op(); }
// Deactivate Cloaking -->
</SCRIPT>
</HEAD>
<BODY>
<embed name="tak" autostart=false hidden=true src="midi6.mid" >
<CENTER>
<FORM>
<TABLE BORDER=0 WIDTH=550>
<TD align="center"> <INPUT TYPE="button" VALUE="*** Start Music ***"
onClick=StartMu sic();>
</TABLE>
<TABLE BORDER=0 WIDTH=550>
<TD align="center"> <INPUT TYPE="button" VALUE="*** Stop Music ***"
onClick=StopMus ic();>
</TABLE>
</FORM>
</CENTER>
</BODY>
</HTML>
//Html document stops
What I want to do is, load a midifile, have to boxes you can click on,
one which turns on the music, and one which turns off the music.
Any help grately appreciated.
Greets
/Martin
------------------
Hi
If anyone out there could figure out why the following script dosen't
work, and maybe help me fixing the problem, I would be very gratefull.
//Html document starts:
<HTML>
<HEAD>
<TITLE>test</TITLE>
<SCRIPT>
<!-- Activate Cloaking Device
// Used to startmusic
function StartMusic()
{ document.tak.pl ay(); }
// Used to stopmusic
function StopMusic()
{ document.tak.st op(); }
// Deactivate Cloaking -->
</SCRIPT>
</HEAD>
<BODY>
<embed name="tak" autostart=false hidden=true src="midi6.mid" >
<CENTER>
<FORM>
<TABLE BORDER=0 WIDTH=550>
<TD align="center"> <INPUT TYPE="button" VALUE="*** Start Music ***"
onClick=StartMu sic();>
</TABLE>
<TABLE BORDER=0 WIDTH=550>
<TD align="center"> <INPUT TYPE="button" VALUE="*** Stop Music ***"
onClick=StopMus ic();>
</TABLE>
</FORM>
</CENTER>
</BODY>
</HTML>
//Html document stops
What I want to do is, load a midifile, have to boxes you can click on,
one which turns on the music, and one which turns off the music.
Any help grately appreciated.
Greets
/Martin
Comment