Just add the following to your main class: public var parameters:Object;
Also: Make sure you use bracket access (i.e. this.parameters[“anything”] instead of this.parameters.anything) to the parameters var to prevent renaming problems when it’s minified. HTH, Harbs > On Mar 8, 2018, at 3:48 AM, doug777 <[email protected]> wrote: > > Hi Harbs, > > I don't understand how to access these parameters in the app's main file > since Application.parameters.anything won't compile. > > Doug > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/
