File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Applets and the fly likes Adding a sound file to a java applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Adding a sound file to a java applet" Watch "Adding a sound file to a java applet" New topic
Author

Adding a sound file to a java applet

Bernard Clark
Greenhorn

Joined: Jan 20, 2012
Posts: 1
I have a simple animation applet: bouncing balls, which compiled and ran without problems. I wanted to add sound to the applet so that when ball hit walls of applet container a sound file was played. When i added sound capability to the applet, it compiled with out problems but crashed when i ran it. Here's the program...




Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 13842

Crashed? The best thing to do in that case is to start by looking at the stack trace. You'll find that in the Java console. It should tell you what line of the code threw an exception, and also what the exception was.
 
 
subject: Adding a sound file to a java applet
 
Threads others viewed
Not to show the ellipse?
Double buffering / drawChars / flickering
First time with applets
Not able to change Background color of a component
Not drawing the Button?
MyEclipse, The Clear Choice