Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

audio and firewalls

Status
Not open for further replies.

owls

Instructor
Oct 10, 2002
23
0
0
US
I am trying to play a simple wave file in an applet on my system that contains a firewall. I read that is a firewall is in place that the sound may not play. I am assuming this is my problem since the same code at home plays the sound. What do I have to do with my code to get around the firewall?

My code is as simple as it gets

jButton1_actionPerformed(ActionEvent e){
play(getDocumentBase(),"songname.wav")
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top