PDA

View Full Version : Optimization, Need some ideas please.


sybersnake
01-21-2005, 02:35 AM
I built a quite large flash application. There are several full programs within the main application and i cannot load independent swf files (for security, it will be installed on the user's machine and is executed via flash studio pro). So each page was converted to a compiled movieclip and each clip is on the stage, just made visible/invisible as needed.

The problem is, having all these fully running applications on the stage (visible or not) slows down performance as the application is being initially loaded.

I experimented with attaching the clips to the stage as needed, but this requires exporting the compiled clips in the first frame, which causes plenty of other problems. (fonts and other stuff).

I am also trying to come up with a way to structure the execution of my program (so its not all running on one frame and at the same time), I don't really have much experience with this.. so if somebody could give me some ideas/pointers.. that would be great.

My Email is info@digisoftstudios.com