Flash Sound objects stop randomly

Although it might be obvious when you think about it, Flash Sound objects will be garbage collected unless you have a reference persisting somewhere, even if they haven’t finished playing. This can explain why they can be flaky and play through sometimes, and disappear other times. So, we need to keep a reference in a variable somewhere and clear the reference onSoundComplete

Leave a Reply