Is this possible to play any video file without using of MPMoviePlayerController
in iPhone?
Asked
Active
Viewed 1,417 times
2 Answers
0
Yes. You can also use a UIWebView. See this answer.
-
Is this possible to play video file in resource folder of our project using UIWebView.... ? – dragon Jun 08 '10 at 04:24
-
Sorry . I got an answer for playing video file in resource folder using UIWebView – dragon Jun 08 '10 at 04:27
-
Why some of the video file doesnot play for both UIWebView and MPMoviePlayerController ? Is this any encoder and decoder problem.I want to play any type of video file in iphone ? Is this possible ? – dragon Jun 08 '10 at 04:30
-
Not all video formats are supported. See http://stackoverflow.com/questions/1535836/video-file-formats-supported-in-iphone/1535876#1535876 – cduhn Jun 08 '10 at 17:21
0
You can use a web view but you can play only those videos present in the bundle, you cannot play any format in iPhone as some of the formats are not supported.