Hello,

 

first of all: Many thanks to all contributers of Apache Royale. It looks
very promising.  Thanks.

 

We have a large set of customer specific Flex applications targeted to Flash
output. We are currently evaluating if we can use Royale/JS to replace them
without must redevelopment.

 

Is there an infrastructure to use FlexGlobals.topLevelApplication.parameters
and the flashvar within the template? We have some variables filled there
(by an Tomcat Server via an JSP page).

 

 

App.jsp

 

var flashvars = {};

flashvars.myvar= '<%=request.getAttribute("someindex")%>';

 

 

App.mxml

 

var myvar:String = FlexGlobals.topLevelApplication.parameters.myvar as
String;

 

 

 

Mit freundlichen Grüßen / Best regards

 

Ulrich Müller

Dipl. Inf.

 

 

CARNET GmbH

Chemnitz, Germany

 

 

 

Reply via email to