Actually, the subject. How to show video in Android of this format?

    3 answers 3

    FLV is not included in the list of supported formats, therefore it cannot be done using standard tools. Usually convert flv to mp4 and so. Sometimes do this:

    1. install on a flash player device;
    2. add webView to the application;
    3. upload to HTML webpage an HTML page that contains the plugin;
    4. and lose the desired flv in the plugin.
    • Thank you, and this is regrettable. That's what I wanted to move away from the concept of a web browser. - Dex

    Flash plays flv and f4v formats with a large number of encoding methods (that is, you can convert to something that Adobe Media Encoder offers and that android understands). I can not say specifically about the android, but in general flash applications are not required to work through the browser and can interact with the OS (see Flash AIR).

      http://board.riot.ru/showthread.php?t=16804&p=123241&viewfull=1#post123241