Hi
i have the current code:
import sun.audio.*; //import the sun.audio package
import java.io.*;
import javax.swing.*;
class Sound {
private AudioStream as;
public void play(String item){
try{
InputStream in = new...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.