You can compile your application with the following option

-runtime-shared-library-path <location of framework swc> <url for 
framework rsl>

or you can have a local config file that looks like: 

<?xml version="1.0" encoding="UTF-8"?>
<flex-config xmlns="http://www.adobe.com/2006/flex-config";>
        <runtime-shared-library-path>
                <path-element>${flexlib}/libs/framework.swc</path-
element>
                <rsl-
url>${flexlib}/frameworks/rsls/framework_${build}.swf</rsl-url>
        </runtime-shared-library-path>
        <static-link-runtime-shared-libraries>false</static-link-
runtime-shared-libraries>
</flex-config>

Modify to replace ${build} with the actual build number. 

HTH, 
Gaurav

--- In flexcoders@yahoogroups.com, "wwwpl" <[EMAIL PROTECTED]> wrote:
>
> I am looking for the compile time option for Flex 3 Beta3 SDK to 
for
> Flash to cache the flex core libraries in it's cache on the client
> side.  It seems it should be easy to find, but I am having a bit of
> trouble.  I know there is a bug associated with it, but I still 
want
> to research it.
> 
> Thanks
>


Reply via email to