breadman
May 29th, 2002, 08:13 AM
Hey Gurus:
I am exporting 5 sounds for actionscript. On the first frame of the movie, I put the following syntax for each sound:
_root.myBeep = new Sound();
_root.myBeep.attachSound("beep");
Later in the movie, I call the sounds with this syntax:
_root.myBeep.start(0,1);
Works fine when I export the movie.
However, when I load the movie onto level 2 (from another movie), the sound doesn't work anymore.
Can anyone tell me why? Any suggestions to fix this?
Thanks,
bread_man
I am exporting 5 sounds for actionscript. On the first frame of the movie, I put the following syntax for each sound:
_root.myBeep = new Sound();
_root.myBeep.attachSound("beep");
Later in the movie, I call the sounds with this syntax:
_root.myBeep.start(0,1);
Works fine when I export the movie.
However, when I load the movie onto level 2 (from another movie), the sound doesn't work anymore.
Can anyone tell me why? Any suggestions to fix this?
Thanks,
bread_man