标签: iphone video uiwebview mpmovieplayercontroller
如果我想下载mp4文件,会弹出一个iPhone电影播放器(MPMoviePlayerController)播放视频。我的问题是:我可以得到某种消息,它会弹出或甚至阻止它出现吗?
答案 0 :(得分:0)
您可以尝试的一件事是为UIWebView设置委托并实施-webView:shouldStartLoadWithRequest:navigationType:。如果它是mp4(或mov)文件,则返回NO。
-webView:shouldStartLoadWithRequest:navigationType: