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?
if((Capabilities.os.indexOf("Windows") >= 0)) { // in windows } else if((Capabilities.os.indexOf("Mac") >= 0)) { // in mac } else if((Capabilities.os.indexOf("Linux") >= 0)) { // in linux }