manimal347rocketmailcom
New Member
Having trouble finding a definitive answer to this. We have an HTML5 site that needs to be embedded inside of an AIR app because our client is not allowed to upgrade past IE 7. Was able to successfully compile the AIR app from the CLI using adt but cannot for the life of me figure out how to make it launch scaled to fullscreen.I understand there are some ActionScript methods like maximize(); and properties like stageDisplayState.FULL_SCREEN_INTERACTIVE, but it not clear how to include these with the app package as they cannot be called from "Appname-app.xml" - and the fullscreen tag only works for mobile.