3/4/2010 5:06:36 PM
Title:
How to reduce swf files
Hi,
I am trying to reduce the swf file size. I have used the method of seperating frame work file from application files by using the RSL compilation options.
Using these options file size is reduced but frame work files are not getting downloaded. Can some one help me how to achieve this.
I have referrred this URL.
http://askmeflash.com/article/9/optimize-flex-swf-file-size-performance-loading-flash-builder
3/4/2010 9:18:34 PM
Hi Yogesh check the following things
1)Client system should have 9.0.115 or above flash player to run RSL
2)Is your RSL accessible using direct URL. Try accessing it from browser using your link like : www.yourdomain.com/framework_3.0.0.477.swz or what so ever path is yours. The browser should ask for saving the file .If its not working then add MIME type to IIS (your webserver).
3)If you are using Modules then it may be due to a bug in flash player which causes errors incase using modules with RSL. You can check that by merging modules in project and see if it still occurs.
3/4/2010 9:29:06 PM
have you placed your swz file on your domain also see if it can be accessed
i had same problem , By default MIME type of SWZ is not supported on IIS. So add it and RSL should work
also remember that RSL does not get downloaded in Temporary Internet files but in the Flash player cache with some random generated name and not the name given by you.
You can search your c: drive to find swz files location. delete them to see if they are downloaded again.