Search code examples
actionscript-3airflash-cs6

How Can I distinguish user is login from Web or Android or IOS?


I Am using AIR 14 and flash cs6 and actionscript3.I developed one game.now i want to play that game in web,android,ios.But the problem is whenever user login i want to know from where he/she login means (web,android,ios).How can i know.any suggestion.


Solution

  • The class flash.system.Capablities has an os property that will give you a string representation of the operating system the user has.