Paulus: This sounds interesting. Are you saying you continue to develop your Flex app as a web based application, but effectively use AIR as the web browser?
Paul R. Stearns Advanced Consulting Enterprises, Inc. 15280 NW 79th Ct. Suite 250 Miami Lakes, Fl 33016 Voice: (305)623-0360 x107 Fax: (305)623-4588 ---------------------------------------- From: "Paulus de B." <w.p.stuur...@knollenstein.com> Sent: 6/10/20 5:07 AM To: users@flex.apache.org Subject: Re: Keeping user applications up to date in AIR. Hi Paul, We actually had the exact same setup in that we had an swf application we needed to continue using after browsers stopped supporting flash. What we did for the time being (but works very well): create an AIR application that uses the flex HTML control to load your swfs like you did in the browser. Create a WindowedApplication (Flex) with just one control in it: <controls:HTML id="htmlControl" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off" /> On the creationComplete // Load your web application htmlControl.location = "https://app..."; In the end we did add the AIR updating functionality, but only for updating the AIR app (which rarely happens). The swfs are loaded / reloaded like the were in the browser. Cheers Paulus -- Sent from: http://apache-flex-users.2333346.n4.nabble.com/