Hi, im using mmapi to open a midi file in my program. When im using the WTK SDK in netbeans, it works fine, but when i use the S40 SDK 3rd Edition then it won't get past the Manager.createPlayer(). This is de code:
As you can see, the first println is printed, but the second is not. Is there a tricky code on nokia s40 series to avoid this?Code://Initializing MIDI player isMID = getClass().getResourceAsStream("/Funky_MID.mid"); System.out.println("it shows this"); pMID = Manager.createPlayer(isMID, "audio/midi"); System.out.println("it doesn't show this");

Reply With Quote


