In my app IOS I must play videos that reside on server. When I call the URL (http://www.example.com/example/?q=courses/9/module/148) from computer's browser it returns file (.flv) and the browser asked me if I have to save or open the file. How to do to play video in IOS app'view by URL address? Is it possible by UIWebView?
Thanks