try { URL u = new URL(getCodeBase(), getParameter("sound")); play(u); } catch (MalformedURLException e) { System.err.println(e); }