Re: MediaTracker for audio and video
Posted By:
Anonymous
Posted On:
Wednesday, May 16, 2001 10:04 AM
Roger, just take a look at the javadoc for java.awt.MediaTracker. They have a working example on how to "monitor" the loading of a set of images. And you can use the same object to load audio files.
Regards.