0

I have a virtual world (user login, create avatar, walk around and play games) running on web with flash/as3 as client side and smartfox2X as server. I have plan to get the whole system into android tablets.

My question is How do I achieve this? or what is the best way to convert the same to run on tabs.. Will the just changing in publish settings from flash player 11 to Air for android work ???

Maddy
  • 67
  • 1
  • 12

1 Answers1

0

Will the just changing in publish settings from flash player 11 to Air for android work ???

Yes, this will work to some extends. You will not be able to run native code or to use native acceleration.

You can take a look at Haxe and OpenFL, which allows you to compile "flash" as Android native app.

blue112
  • 52,634
  • 3
  • 45
  • 54