Java help!

Chris2wire

Senior member
Oct 20, 2004
419
0
0
The html paramter within the applet tag is...

<param name="Dancing" value="sounds\dancing.wav">

How do I play this within the Java program?

Currenty I'm just trying it with...

If (blah blah blah)
{
getParameter("Dancing");
}

The sound isnt playing...

Any info?