@@ -324,6 +324,9 @@ NSURL * MKRUrlWithString(NSString *string){
- (void)failedToPlayToEndTimeError:(NSNotification *)note{
NSLog(@"错误e没结束");
+ if (self.delegate && [self.delegate respondsToSelector:@selector(didFailedToPlayToEndTime)]) {
+ [self.delegate didFailedToPlayToEndTime];
+ }
}
- (void)moviePlayDidEnd:(NSNotification *)note{