You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2020/12/18 10:38:18 UTC

[royale-asjs] branch develop updated: Update MXRoyaleClasses.as added URLRequestMethod and Uncommented SWFLoader

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new ed02e19  Update MXRoyaleClasses.as added URLRequestMethod and Uncommented SWFLoader
ed02e19 is described below

commit ed02e197414c334b5f4a83a418f588f30dd701bb
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Fri Dec 18 15:38:02 2020 +0500

    Update MXRoyaleClasses.as added URLRequestMethod and Uncommented SWFLoader
---
 frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
index c6fdac6..e68cc00 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
@@ -28,7 +28,7 @@ package
 internal class MXRoyaleClasses
 {
 	import mx.automation.IAutomationObject; IAutomationObject;
-	//import mx.controls.SWFLoader; SWFLoader;
+	import mx.controls.SWFLoader; SWFLoader;
 	import mx.core.DPIClassification; DPIClassification;
 	import mx.core.DesignLayer; DesignLayer;
 	import mx.effects.AnimateProperty; AnimateProperty;
@@ -363,6 +363,7 @@ internal class MXRoyaleClasses
 	import mx.containers.ApplicationControlBar; ApplicationControlBar;
 	import mx.filters.BitmapFilterType; BitmapFilterType;
 	import mx.filters.BitmapFilterQuality; BitmapFilterQuality;
+	import mx.net.URLRequestMethod; URLRequestMethod;
 }
 
 }