Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Playing .flv files on iphone

Tags:

iphone

I have a webservice returning .flv file, it has to be played in iphone application, how do i play a .flv (flash file) in iphone?

Does anyone has faced this scenario? Programmatically is it possible to convert to some format and play in iphone?

Thanks.

like image 240
Sharpeye500 Avatar asked Jul 12 '10 19:07

Sharpeye500


1 Answers

IPhone doesn't and judging by the Apple official statements won't ever (or at least in the forseeable future) support flash content.

Converting the content to another format on the server side should be easy to do and would allow content playback on an iDevice.

like image 70
code_burgar Avatar answered Sep 22 '22 16:09

code_burgar