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 -output loader.swf

Loader is the root swf that loads everything else based on a custom
xml config.  This all seems to work when I load framework.swf and
flex.swf manually; like we load our custom rsls.  But to reduce
the size of loader.swf itself I would like to be able to have them
loaded by loader's preloader.

In addition, the app swfs and any custom rsl swfs are compiled
using the same -external-library-path args.

Thanks,
jdv

Gaurav Jain wrote:
> 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 to load the framework swf as an RSL.  Problem is
>> when that swf loads the "current directory" or "base URL" changes to
>> where the framwork swf is.  I don't want that to happen.  Any ideas
>> on
>> this?
>>
>> -jdv
>>
>
>
>


Reply via email to