I am trying to make video files open in native Android and iPhone video players instead of playing on the web page. Right now I do it with a regular link Standard
which does not work on Android and not always working on iPhone. What can I do to make it work?
Asked
Active
Viewed 1,106 times
0

mvbl fst
- 5,213
- 8
- 42
- 59
1 Answers
0
Changing to a .m4v extension may fix your problem with opening in the iPhone video player.

forevermac
- 38
- 5
-
-
This should fix it not always working on iPhones, but I don't have any experience with Android video, so I can't help you there. – forevermac Aug 03 '11 at 05:17
http://stackoverflow.com/questions/2544365/android-cant-play-any-videos-mp4-mov-3gp-etc – viv Jul 30 '11 at 03:57