• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java help!

Chris2wire

Senior member
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?
 
Back
Top