Raju, I'm going to file a JIRA request to track this change, is this the
only change you need to the LFC
to support AIR resources?


--- WEB-INF/lps/lfc/kernel/swf9/LzSprite.as    (revision 17458)
+++ WEB-INF/lps/lfc/kernel/swf9/LzSprite.as    (working copy)
@@ -363,7 +363,8 @@
     */
     public function setResource (r:String):void {
         if (this.resource == r) return;
-        if (r.indexOf('http:') == 0 || r.indexOf('https:') == 0) {
+        if (r.indexOf('http:') == 0 || r.indexOf('https:') == 0 ||
r.indexOf('app:') == 0) {
+            //        if (r.indexOf('http:') == 0 || r.indexOf('https:') ==
0) {
             this.setSource( r );
             return;
         }


-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to