How would I go about starting my application with a video like Gameloft does with their opening video?
A:
You could call it in ApplicationDidFinishLaunching
and then use - (void) moviePreloadDidFinish:(NSNotification*)notification
to do something when it finishes playing.
Cirrostratus
2010-01-30 07:33:00