I'm adding a sound to the timeline in Flash MX 2004 but no matter what I do it always starts over again when it's done. How do I get it to play just once? I have sync set to event and repeat is at 0. Help
ahh yes, sound in flash, Never a fun task. But I believe there is something in actionscript along the lines of stop all sounds. I can't remember the code right now but if you look up the sound object in the acionscript dictionary(under help) you should find it.
ahh yes, sound in flash, Never a fun task. But I believe there is something in actionscript along the lines of stop all sounds. I can't remember the code right now but if you look up the sound object in the acionscript dictionary(under help) you should find it.
I'm adding a sound to the timeline in Flash MX 2004 but no matter what I do it always starts over again when it's done. How do I get it to play just once? I have sync set to event and repeat is at 0. Help
Sounds like a stop(); action might do the trick. However, the best way to control sounds in flash is using actionscript. I don't know what you are trying to accomplish, so it may be a bit overboard but I have had nothing but trouble dragging sounds onto the timeline. Once you learn the AS it's not too bad to deal with...
It's been a while, but I would recommend checking out kirupa.com for help and tutorials with flash.