Developing for this new phone, yet none of the sounds play. I am using the same code that worked fine on the 6600,
clp = Manager.createPlayer(getClass().getResourceAsStream(tunes[tune]+".mid"),"audio/midi");
clp.prefetch();
clp.setLoopCount( loop ? -1 : 1 );
clp.start();
this is having no effect, I have all the sounds switched on in the profiles, does any one have any ideas or similar problems

Reply With Quote


