Hello,
I'm working on a flash template purchased by a friend. My alterations include loading an external swf file which plays a little movie. The template came with a nice sound loop that I have no trouble stopping with:
What I'm wondering is if there is a way to restart the sound once a button is pushed in the external swf?Code:on (release) {
stopAllSounds();
}
