I'm making an App using Adobe Flex/Air. I was wondering if there is any way to get the Operating System the Air app is running on?
Use Capabilities class:
import flash.system.Capabilities; trace(Capabilities.os);