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:

  1. To webview in Nib Add an outlet
  2. 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]]];
  3. 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

/ div>

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -