You know you might be able just use the RecordStore Class instead of whatever FileAPI you are using. Depending on how much data you need to store it can work just as well and is standard in J2ME. ...
Type: Posts; User: gabe2; Keyword(s):
You know you might be able just use the RecordStore Class instead of whatever FileAPI you are using. Depending on how much data you need to store it can work just as well and is standard in J2ME. ...
But they are all in memory the whole time and they work the first time they are played but not the subsequent times. Closing an nulling out the player object (which means i have to create a new one...
No the sounds are only being played one at a time. Most of the time they are not even interupting each other. I create a bunch of players when the app is started and every sound will play the...
Having the same problem. :( Has anyone figured it out? Please help.
GABE
Exact same experience here. Also my co-workers have found that if you keep loading the player from a file you run the risk of fragmenting memory (due to the non-compacting garbage collector) and...