Hello guys!
I have a movie...the main movie...and on it's main timeline an empty movieclip (instance name: holder_mc) in which i load the sound_mc with this action:
_root.holder_mc.loadMovie("flash/sound_mc.swf",5);
...sound_mc movie loads just fine but the music doesn't plays...here is the action from the first frame of sound_mc movie:
mySound=new Sound();
mySound.attachSound("sound1"
;
level5.mySound.start(0,999);
stop();
...sound1 is the identifier from the linkage panel of the .mp3 in the library. Export for actionscript, and export in first frame are checked.
The problem...i guess...is with this:
level5.mySound.start(0,999);
I tried many combinations...but it doesn't work.
Please advise!
Regards,
Dragos.
I have a movie...the main movie...and on it's main timeline an empty movieclip (instance name: holder_mc) in which i load the sound_mc with this action:
_root.holder_mc.loadMovie("flash/sound_mc.swf",5);
...sound_mc movie loads just fine but the music doesn't plays...here is the action from the first frame of sound_mc movie:
mySound=new Sound();
mySound.attachSound("sound1"
level5.mySound.start(0,999);
stop();
...sound1 is the identifier from the linkage panel of the .mp3 in the library. Export for actionscript, and export in first frame are checked.
The problem...i guess...is with this:
level5.mySound.start(0,999);
I tried many combinations...but it doesn't work.
Please advise!
Regards,
Dragos.