tags:

views:

220

answers:

1

Is this possible to play any video file without using of MPMoviePlayerController in iphone.......?

If possible means plz help me .

Thanks in advance.....

A: 

Yes. You can also use a UIWebView. See this answer.

cduhn
Is this possible to play video file in resource folder of our project using UIWebView.... ?
dragon
Sorry . I got an answer for playing video file in resource folder using UIWebView
dragon
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
Not all video formats are supported. See http://stackoverflow.com/questions/1535836/video-file-formats-supported-in-iphone/1535876#1535876
cduhn