I am using FlashMX. I have a sound that I want to play once in the beginning, but it keeps looping. It is linked to the library as music. Please help! Tell me what i'm missing.
Here is what I have in my actions area in frame 1.
stopAllSounds();
fscommand("allowscale", "false"
;
fscommand("showmenu", "false"
;
mypage = 1;
mysound = new Sound();
mysound.attachSound("music"
;
mysound.start(0,1);
Here is what I have in my actions area in frame 1.
stopAllSounds();
fscommand("allowscale", "false"
fscommand("showmenu", "false"
mypage = 1;
mysound = new Sound();
mysound.attachSound("music"
mysound.start(0,1);