P
pureevilentertainment
Hi All,
I've created a webpage with various buttons that each play a different
sound file located on my local drive. I need a button that will stop
any sound that is currently playing.
Here is an example of the code:
<applet code="fphover.class" codebase="./" width="104" height="24">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="bgcolor" value="#000000">
<param name="effect" value="fill">
<param name="text" value="Ref Whistle">
<param name="sound" valuetype="ref" value="1Sound%20FX%20-%20Ref
%20whistle.au">
</applet></p>
Now keep in mind there are a couple dozen of these batches in the html
page. I cannot figure out how to make one simple button that I can
click to make any active sound file to stop.
Thanks!
Paul
I've created a webpage with various buttons that each play a different
sound file located on my local drive. I need a button that will stop
any sound that is currently playing.
Here is an example of the code:
<applet code="fphover.class" codebase="./" width="104" height="24">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="bgcolor" value="#000000">
<param name="effect" value="fill">
<param name="text" value="Ref Whistle">
<param name="sound" valuetype="ref" value="1Sound%20FX%20-%20Ref
%20whistle.au">
</applet></p>
Now keep in mind there are a couple dozen of these batches in the html
page. I cannot figure out how to make one simple button that I can
click to make any active sound file to stop.
Thanks!
Paul