开发者

video playing from pdf file in iphone or ipad

开发者 https://www.devze.com 2023-02-12 02:08 出处:网络
I am developing an application, which is reads a PDF file and displays it in webview now we have videos embedded within pdf, how to play those videos within webview like htm开发者_如何学JAVAl5 did.

I am developing an application, which is reads a PDF file and displays it in webview now we have videos embedded within pdf, how to play those videos within webview like htm开发者_如何学JAVAl5 did.

thanks in advance.


Webview will not detect and play the videos embedded inside the pdf. You have to parse the pdf and get the file stream and play it using MPMoviePlayerController.

0

精彩评论

暂无评论...
验证码 换一张
取 消