[Flashcoders] Dynamically Loading Sound Files from external SWFs

2007-08-30 Thread Shawn Steward
I have a project that has one main container SWF, that loads in multiple child SWFs to play. If I try to have the child SWF's play a sound file using attachSound, it will not play the sound file unless I have it in the container SWF. I have it in the child SWF set to export for AS in the 1st

Re: [Flashcoders] Dynamically Loading Sound Files from external SWFs

2007-08-30 Thread eka
Hello :) in my experience i prefere create a fla with all sounds ... i compile the swf of all sounds (the sound library) and i load this swf in the main swf of my application... after when i want use a sound i call my sound in the library of sounds. To manage all this sounds i use a model in my