I have a bunch of sound effects I play during levels. The main menu preloads these effects, then moves to the first level.
All of the effects work for the first level, but then they never work again (even if I go back to the main menu through some other menus and replay another level. This only happens on the device though, in the simulator it works fine.
I'm thinking it might have something to do with me using MPMoviePllayerController to play a short cutscene movie between scenes? Not sure, just grabbed the most recent version of the code (I think) through svn and still not working.
Anybody else notice anything like this?