Question
library sound in loaded clip
I have a container program that has a movie clip that loads
some external
content
this.mCONTAINER.loadMovie("sound.swf");
Sound.swf has a sound file in its library that is played with
SOUND_FILE.attachSound("newSound.mp3");
SOUND_FILE.start(0,1000);
sound.swf works fine on its own, but no sound is played when it is loaded
into the container swf
What am i doing wrong?
Many thanks
Dave
content
this.mCONTAINER.loadMovie("sound.swf");
Sound.swf has a sound file in its library that is played with
SOUND_FILE.attachSound("newSound.mp3");
SOUND_FILE.start(0,1000);
sound.swf works fine on its own, but no sound is played when it is loaded
into the container swf
What am i doing wrong?
Many thanks
Dave