flash help loading files
flash help loading files
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- Gen60
your best bet is to seperate each page or scene into a seperate swf file. Then load the swfs dynamically off the server as needed. For example on my site www.gen6.net some of my pages are around 180kb so what i do is load the pages once the buttons are clicked using the loadMovie command. This avoids preloading an entire site when someone might be there to only few a certain portion of your site. hope this helps