This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 83a0680 more cross-links
83a0680 is described below
commit 83a0680780b565992cb9687141ca4f870414a783
Author: Josh Tynjala <[email protected]>
AuthorDate: Fri Apr 26 18:10:52 2019 -0700
more cross-links
---
create-an-application/migrate-an-existing-app/migrate-from-flex.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create-an-application/migrate-an-existing-app/migrate-from-flex.md
b/create-an-application/migrate-an-existing-app/migrate-from-flex.md
index 9e0daff..7ad5e32 100644
--- a/create-an-application/migrate-an-existing-app/migrate-from-flex.md
+++ b/create-an-application/migrate-an-existing-app/migrate-from-flex.md
@@ -19,7 +19,7 @@ title: Migrate from Flex
---
<!-- This is from material created by Peter Ent and modified by Tom Chiverton:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=34013930 -->
# Migrate from Flex
-If you have developed applications using <a href="http://flex.apache.org"
target="_blank">Apache Flex</a>, or Adobe Flex before it, your applications
probably combine MXML and ActionScript files along with resources like images
and audio files; and some of the MXML files have <fx:Script> tags with
ActionScript snippets inside them. If that is the case, you will find yourself
at home working with Apache Royale. The big difference is not so much the code
you use, but the output and what it [...]
+If you have developed applications using <a href="http://flex.apache.org"
target="_blank">Apache Flex</a>, or Adobe Flex before it, your applications
probably combine [MXML](Welcome/Features/MXML.html) and
[ActionScript](Welcome/Features/AS3.html) files along with resources like
images and audio files; and some of the MXML files have <fx:Script> tags with
ActionScript snippets inside them. If that is the case, you will find yourself
at home working with Apache Royale. The big difference [...]
It is not yet possible to just import an existing Flex application into Apache
Royale and then produce output in JavaScript that will run almost anywhere.
However, you may need to do less hands-on conversion than you think to get to
where you can produce your application, transpiled to JavaScript, through
Royale.