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?
Users can install or update an AIR application by double-clicking an AIR file on their computer or from the browser (using the seamless install feature).
Is Adobe AIR Still Supported? As of December 31, 2020, Adobe no longer supports AIR. However, to help companies and developers struggling to transition to newer technologies, the company has made a deal with the Harman Company, a subsidiary of Samsung.
Use Capabilities class:
import flash.system.Capabilities;
trace(Capabilities.os);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With