iphone - stop background music when embed video start in iOS -
i using uiwebview play embed video youtube, , problem how can phone call method when embed video starts play?
i found solution myself if want here is:
in - (void)viewdidload add:
[[nsnotificationcenter defaultcenter] addobserver:self selector:@selector(videostrated:) name:@"uimovieplayercontrollerdidenterfullscreennotification" object:nil]; and add:
-(void)videostrated:(nsnotification *)notification { nslog(@"video started"); } in implemention file
ios iphone objective-c
No comments:
Post a Comment