Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Slow flash cs5 compilation

I am developing a RIA with Flash Professional CS5. Although there are not many class, it takes 1 minutes to compile. This slowness breaks quick code&test cycle. I do not know how to speed up the compilation time. Almost every as-3 class has a corresponding MovieClip in the library. Is it because of this? Also there are so many graphical item in the library. Are those slow compilation? Or What is your advice to speed up the compilation time?

like image 855
Oki Avatar asked Jul 16 '11 18:07

Oki


2 Answers

  1. Disable Warnings Mode. File -> Publish Settings -> ActionScript Settings
  2. Use lower JPEG quality. File -> Publish Settings
  3. Disable Compres Movie. File -> Publish Settings
  4. Disable Include XMP metadata. File -> Publish Settings
  5. Disable (if you enabled before) Generate size report. File -> Publish Settings
  6. Optimalizate your as code.

And don't forget to put it all back when you finish testing.

like image 159
MaxGenius Avatar answered Oct 15 '22 03:10

MaxGenius


One advice I can give you is to go to Publish Settings/Flash and turn off "Compress Movie". I have a feeling it will save a couple of seconds...

Other then that, I've learned to live with it... The worst is when you are working with a huge framework like away3d...

like image 26
Neoraptor Avatar answered Oct 15 '22 02:10

Neoraptor