getaudioclip
Audioclip radiostation;
radiostation = getAudioClip(getDocumentBase(), "damce.wav");
radiostation.play();
im getting nullpointerexception in the getdocumentbase() part.
i need the url but not sure what the url is for the music sample?
the music sample is located in the same file as the java code.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement