I have a Flex app 4.12 that does a lot of data crunching. If I want to create 
an Apache Royale app that is far simpler than the Flex app but relies on the 
Flex app's code for data crunching, what's options do I have to do this? 


The Royale app (HTML output) would accept some inputs from the user then crunch 
some data and return the results in a table, for example. Is it possible to 
have a single code-base that contains both Flex and Royale apps, where the 
first exports to Air and the second to HTML? Or, should I copy the Flex 
codebase and hack it to create the Royale app (if so, can the two projects 
share the same libraries)? etc. 

Reply via email to