vote up 1 vote down star

I'm making an App using Adobe Flex/Air. I was wondering if there was a way to get the Operating System the Air app is running on? Thanks.

flag

80% accept rate

1 Answer

vote up 5 vote down check

Use Capabilities class:

import flash.system.Capabilities;

trace(Capabilities.os);
link|flag
This is available in flash too :) not just in AIR :) – Adrian Pirvulescu Jun 30 at 19:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.