plugins - Plug-in handled load UIWebview -
I am developing an iPad app that plays video from the Internet Video Archive (IVA). I can play IVA url in iPad-Safari but, I am able to stream it in my app. I am doing the following things to play the video:
- To webview in Nib Add an outlet
- I have written the following code in my game system: NSString * myURl = // Internet Video Collection URL; Video is in MPV format CGRTEFfr = [[USScreen main screen] applicationframe]; Webview.frame = webFrame; [Webview Set Deliget: Self]; [Webview loadRequest: [NSURLRequest requestWithURL: [NSURL URLWithString: myURl]]];
- This returns the following error: Error domain = WebKitErrorDomain code = 204 UserInfo = 0x1b2e30 "Plug-in handled load"
Can I play video from other sites? Can someone help me solve this problem?
Thanks in advance Regards, Deepa
MPMoviePlayerController
Try or use
Comments
Post a Comment