Skip to content Skip to sidebar Skip to footer

Is It Possible To Play .swf File And .flv Files In Android?? If Yes Then Please Provide Code For That

is it possible to play .swf file and .flv files in android?? if yes then please provide code for that

Solution 1:

FLV is not supported directly, but you can play it using a WebView and flash plugin: http://www.synesthesia.it/playing-flash-flv-videos-in-android-applications

Solution 2:

You can have a look to the docs, but those formats are not supported by "Android", maybe for some Android devices with the Youtube app, or through a WebView with plugins enabled, but it's not something general.

Supported media formats (Official)

Regards.

Solution 3:

There is a workaround which will also allow you to play from a local asset resource, please read my answer to this similar question for a full solution:

Problem to load flv video in webview

Post a Comment for "Is It Possible To Play .swf File And .flv Files In Android?? If Yes Then Please Provide Code For That"