0

I want to play flv video in Android mobile.

So I used below link example:

http://www.synesthesia.it/playing-flash-flv-videos-in-android-applications

The flv video is playing in HTC mobile but not in Samsung Galaxy Ace. Both mobile versions are 2.2.

I couldn't test in other mobiles whether it is working or not. I think there is problem in flash player plug ins.

How can I find out what the problem is: why was it playing in HTC mobile but not in Samsung Galaxy Ace? And is any additional code required to play flv videos in all devices?

halfer
  • 19,824
  • 17
  • 99
  • 186
Ramakrishna
  • 4,066
  • 16
  • 48
  • 72

1 Answers1

0

though Android 2.2 the Ace comes with no Flash Player, because of the CPU is a ARMv6 and flash is only off ARMv7.

Thommy
  • 5,070
  • 2
  • 28
  • 51
  • Ahh sry you're right, its not the speed it was the processor itself. It is an ARMv6 but Flash is only off Armv7. I changed it in my answer. – Thommy Sep 19 '11 at 06:42
  • Thanks for giving information.is there any alternative please tell me – Ramakrishna Sep 19 '11 at 06:48