MPMoviePlayerController - catching network errors when loading a movie
Is there a way of catching exceptions (particularly for network errors / no connection available) when using a MPMoviePlayerController? I am particularly concerned that once an instance of the player is initialised with initWithURL: you have no way of knowing whether the movie load has failed for some reason. I have reviewed the available documentation and realise I can get a notification for loadState changes through moviePlayerLoadStateChanged:(NSNotification*)notification. Problem is the loadState constants available don't cater for error handling: MPMovieLoadStateUnknown