Play embedded video in UIWebView with HTML5
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I'm actually trying to play a local video into an UIWebView, with HTLM5. What I do actually is this : NSString * embedHTML = [ NSString stringWithFormat :@ "\ \ */ /*--> */ \ \ < src=\"%@\" \ \ " , [[ NSBundle mainBundle ] pathForResource :@ "ash(1).mov" ofType : nil ]]; [ webView setOpaque : NO ]; NSString * html = [ NSString stringWithFormat : embedHTML , webView . frame . size . width , webView . frame . size . height ]; [ webView loadHTMLString : html baseURL : nil ]; I have on my storyboard an UIWebView named webView with weak