This is an automated email from the ASF dual-hosted git repository.
andreww 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 32b9ea0 Update migrate-from-flex.md
32b9ea0 is described below
commit 32b9ea0f5b4b672a307412fd9fd8fcc6b24b5eb8
Author: Andrew Wetmore <[email protected]>
AuthorDate: Wed Jan 27 11:27:07 2021 -0400
Update migrate-from-flex.md
Fixed a minor text issue
---
migrate-an-existing-app/migrate-from-flex.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/migrate-an-existing-app/migrate-from-flex.md
b/migrate-an-existing-app/migrate-from-flex.md
index 5737959..5a26dce 100644
--- a/migrate-an-existing-app/migrate-from-flex.md
+++ b/migrate-an-existing-app/migrate-from-flex.md
@@ -27,7 +27,7 @@ permalink: /migrate-an-existing-app/migrate-from-flex
New life for your Flex applications
-If you have developed applications using [Apache Flex
SDK](https://flex.apache.org/){:target='_blank'}, or Adobe Flex before it, your
applications probably combine [MXML](features/mxml) and
[ActionScript](features/as3) 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 u
[...]
+If you have developed applications using the [Apache Flex
SDK](https://flex.apache.org/){:target='_blank'}, or Adobe Flex before it, your
applications probably combine [MXML](features/mxml) and
[ActionScript](features/as3) 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 y [...]
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 use Royale to build your application, transpiled to JavaScript.