-
MMAPI Player 사용시 주의점Computer/J2ME for GSM 2005. 6. 16. 02:58Most devices have a limit to the number of Player objects - or at least, to how many Player objects can be held in a PREFETCHED state at the same time. For many devices, this limit is one.
"Realize" the players, but don't prefetch them - they'll be prefetched automatically when they play. I'd recommend using a PlayerListener to deallocate the players after they play, to avoid holding too many in the prefetched state.