Hey guys,
I have a sound player which uses this code to attach sounds:
my_sound = new Sound(this);
my_sound.loadSound(“foreverstream.mp3”, true);
The player works fine, but when I load it into my main movie
the sound doesnt play, any Ideas?
Thanks in advance.