Re: Catching errors with MPMoviePlayerController

2010-11-14 Thread Matt Neuburg
On Tue, 9 Nov 2010 08:12:54 +1100, Rogerio de Paula Assis rppas...@gmail.com said: Hi guys, Is there a way of catching exceptions (particularly for network errors / no connection available) when using a MPMoviePlayerController? I think the movie will finish and you can examine for

Catching errors with MPMoviePlayerController

2010-11-09 Thread Rogerio de Paula Assis
Hi guys, Is there a way of catching exceptions (particularly for network errors / no connection available) when using a MPMoviePlayerController? I have reviewed the available documentation and realise I can get a notification for moviePlayerLoadStateChanged:(NSNotification*)notification.