Aghhh (Flash)
Aghhh (Flash)
Out of context: Reply #10
- Started
- Last post
- 11 Responses
- o0o0
I've always had bad luck when putting sounds on the timeline.
I recommend using the actionscript sound object, here's a tut:
http://www.actionscript.org/acti…
another:
http://actionscript-toolbox.com/…but you also needed to know when to unload the swf playing the tune, right? if you're not using the end of a given timeline you can use sound.onSoundComplete
http://www.macromedia.com/suppor…
that's an event that gets fired when you sound stops.....hope that helps