Yes, based on my testing. Tested with image files and MP3 files for audio playback.
On Thu, Sep 9, 2010 at 11:44 PM, Henry Minsky <[email protected]> wrote: > 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] > > >
