You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/08/02 00:44:15 UTC

[royale-asjs] 12/29: switch to royale URLLoader

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

aharui pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 566906ed9e40900bb0cdc471af7c05d0286ad32c
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Jul 31 19:23:45 2018 -0700

    switch to royale URLLoader
---
 examples/mxroyale/tourdeflexmodules/src/explorer.mxml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/mxroyale/tourdeflexmodules/src/explorer.mxml b/examples/mxroyale/tourdeflexmodules/src/explorer.mxml
index 0cad1c7..dbe4459 100755
--- a/examples/mxroyale/tourdeflexmodules/src/explorer.mxml
+++ b/examples/mxroyale/tourdeflexmodules/src/explorer.mxml
@@ -25,6 +25,8 @@
         <![CDATA[
 		import mx.core.FlexGlobals;
         import org.apache.royale.core.BrowserWindow;
+        import org.apache.royale.net.URLLoader;
+        import org.apache.royale.net.URLRequest;
 
 		static protected const VERSION:String = "1.2";	
 		static protected const TITLE:String = "Tour De Flex Component Explorer";