Hi
player is simply null on the project deviceCode:public void load() { if(player != null) return; try { InputStream is = this.getClass().getResourceAsStream(file); player = Manager.createPlayer(is , "audio/mp3"); player.prefetch(); volumeControl = (VolumeControl) player.getControl("VolumeControl"); } catch (IOException e) { } catch (MediaException e) { } }
Should I run it as Midlet, JAD, applet or application?
Thanks
Jack

Reply With Quote


