> 
> Can someone please clarify me on the below points
> 
> * As per my understanding, AS3 will be converted to JS and MXML to HTML by
> Royale. Correct me if I'm wong?

The AS3 is converted to JS. The HTML is built dynamically. There is an HTML 
file which loads the JS which is generated automatically.

> * In such case, linking JS to corresponding HTML will be automatically done
> by Royale?

See above.

> * I hope I can maintain AS and MXML in my codebase and during compilation I
> can include maven plugin to convert them to JS and HTML, please correct me
> if I'm wrong.

Yes.

> * I have seen in docs that Royale alternative for MX, SPARK and FLASH should
> be done manually. Can you please share the list of API mappings if any
> available. Because I need to know that all API used in our project has some
> alternative.

There are some new “emulation” components that might help. It’s possible to 
generate a list of APIs you currently use which helps in migration.

Harbs

Reply via email to