I want to display my FLV video in emulator. Anybody who have already work on this? Basically I need to play video from particular URL and assets folder. So just help on this topic.
Asked
Active
Viewed 5,367 times
3 Answers
0
I used flv.js in the webpage to make the html support flv video file without flash. Then use XWalkView something like webview in android studio to load the webpage. Use WWalkView..
0
You can play a FLV video using the flash plugin inside a WebView. See here.
Hope this will help you.
Edit:
These are done using Action Scripts.
Call the Action Script
Play flv using Action Script
flv programming
Also this
-
i have already try this but i cant get success please help on this – Nikunj Patel Jul 07 '11 at 09:24
-
See this answer, http://stackoverflow.com/questions/5753167/play-flv-file-in-videoview-in-android.. I wil try to get u some sample code for tat – Hussain Jul 07 '11 at 09:27
-
i have try all google result .... can you help me in collaboration of http://www.synesthesia.it/playing-flash-flv-videos-in-android-applications example? – Nikunj Patel Jul 07 '11 at 09:31
-
1Ok..Have u gone thro' this link which plays the flash content http://stackoverflow.com/questions/3431351/how-do-i-pause-flash-content-in-an-android-webview-when-my-activity-isnt-visible – Hussain Jul 07 '11 at 09:36
-
i have also try this.i already show you that , i have all kind of search from web. – Nikunj Patel Jul 07 '11 at 09:39
-
See in that question, there is comment tat u can do this using action script.. U can try tat http://stackoverflow.com/questions/4504088/how-do-i-fire-an-intent-to-start-a-flv-or-swf-to-flash-player-10-1 – Hussain Jul 07 '11 at 09:41
-
In tat case u can refer this sites so that u can get an idea, i updated my answer for those reference – Hussain Jul 07 '11 at 09:43
-
you just searching from google and try try to help. but ineed some thing properly and exact solution – Nikunj Patel Jul 07 '11 at 09:46
-
Im not done much about flv, i have used other players only. I just tried to help u. I got some links, check it out if it is useful for u.. – Hussain Jul 07 '11 at 09:51
-
you just try to sample logic to solve this issue but it cant happen like this way it cant get proper manner – Nikunj Patel Jul 07 '11 at 09:55
0
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: