This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4c47648  Update migrate-from-flex.md
4c47648 is described below

commit 4c47648f77a1a6e1c706dfced46565147a24008d
Author: Andrew Wetmore <and...@cottage14.com>
AuthorDate: Fri Jan 26 08:33:21 2018 -0400

    Update migrate-from-flex.md
    
    Testing making a link that pops a new browser tab.
---
 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 e81f5c6..d7177d6 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
@@ -20,7 +20,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 -->
 <!-- I have not added links to other pages, or to other sites, yet -->
 # Migrate from Flex
-If you have developed applications using Apache Flex, 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 needs to run 
properly.
+If you have developed applications using <a href="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 needs  [...]
 
 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.
 

-- 
To stop receiving notification emails like this one, please contact
andr...@apache.org.

Reply via email to