I tried to play MP3 with SimpleAudioEngine by:
SimpleAudioEngine::sharedEngine()->playBackgroundMusic(kszMusic, true);
But it just plays once, looks like the ‘true’ doesn’t work.
Or should the SimpleAudioEngine be initialized by some method first to support it? I just use SimpleAudioEngine::sharedEngine()->playBackgroundMusic(kszMusic, true); without any other prework.
Thanks.