2

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

jonsca
  • 9,342
  • 26
  • 53
  • 60
dragon
  • 317
  • 4
  • 17

2 Answers2

0

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

Community
  • 1
  • 1
cduhn
  • 17,498
  • 4
  • 47
  • 64
  • 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.

See this link

jonsca
  • 9,342
  • 26
  • 53
  • 60
Radix
  • 3,599
  • 3
  • 28
  • 47