Hi, I am using Flex sdk 3.0. In an example I am trying out, I have a SWFLoader and 2 Buttons. When the first Button is clicked, I am loading the SWFLoader with a swf file (that has sound). When the second Button is clicked, I am loading the SWFLoader with a different swf file (that has sound too).
The issue I am facing is - when the second swf file is playing, I am hearing sounds from both the swf files. I am just using the SWFLoader's load() method in each of the Button's click-event-handlers. Could anybody help me how I could solve this issue? Thank you. - Kumar

