[flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-13 Thread Gaurav Jain
My suggestion was to modify the value for -runtime-shared-libraries not the value for external-library-path. >From the link you sent: runtime-shared-libraries url [...] Specifies a list of run-time shared libraries (RSLs) to use for this application. RSLs are dynamically-linked at run ti

RE: [flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-13 Thread Alex Harui
_ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Justin DeVuyst Sent: Wednesday, February 13, 2008 1:44 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Odd issue when using the framework swf as an RSL Copied from http://livedocs.adobe.com/flex/201/html

Re: [flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-13 Thread Justin DeVuyst
Copied from http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=compilers_123_24.html external-library-path path-element [...] Specifies a list of SWC files or directories to exclude from linking when compiling a SWF file. This option p

[flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-13 Thread Gaurav Jain
I think value for -runtime-shared-libraries+= should be a url not an absolute path. Thanks, Gaurav --- In flexcoders@yahoogroups.com, "Justin DeVuyst" <[EMAIL PROTECTED]> wrote: > > Thanks for responding to my query Gaurav. > > I compile for it like so: > > mxmlc -external-library-path+=/path

Re: [flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-13 Thread Justin DeVuyst
Thanks for responding to my query Gaurav. I compile for it like so: mxmlc -external-library-path+=/path/flex_swc -external-library-path+=/path/framework_swc -runtime-shared-libraries+=./tests/6/flex/flex.swf -runtime-shared-libraries+=./tests/6/framework/framework.swf -file-specs loader.mxml -out

[flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-12 Thread Gaurav Jain
Hi Justin, Can you please show how you are specifying the framework.swf rsl to the compiler? Thanks, Gaurav --- In flexcoders@yahoogroups.com, "Justin DeVuyst" <[EMAIL PROTECTED]> wrote: > > Hello All, > > I would like to load a lot of apps on a single page. To help speed > things up I want