[SIZE=3][FONT=Calibri]How to minimize load on memory and processor resources?[/FONT][/SIZE]
[FONT=Calibri][SIZE=3]My project involves multiple sounds playing simultaneously in several SoundChannels. I may include all the audio files (mp3) with the SWF, or I may call them up dynamically from downloaded libraries.[/SIZE][/FONT]
[FONT=Calibri][SIZE=3]I use Timers to start playback with a delay, as well as Eventlisteners (Sound_COMPLETE).[/SIZE][/FONT]
[FONT=Calibri][SIZE=3]What are efficient ways to minimize the burden on memory and processor power?[/SIZE][/FONT]
[FONT=Calibri][SIZE=3]Please suggest what I should focus on to minimize my applications footprint![/SIZE][/FONT]
[FONT=Calibri][SIZE=3]Thanks in advance,[/SIZE][/FONT]
[FONT=Calibri][SIZE=3]Jaxz[/SIZE][/FONT]