Question
Loading SWF with audio playing in it...
I was loading a SWF file, and noticed that even if I didn't
add it to the display via addChild() that I can hear the audio
playing in it. Why is this? And likewise, when I do addChild(), and
see the SWF, then later use removeChild(), and no longer see it, I
can still hear it playing.
I can sort of understand that even though it's not displayed until using addChild() that one would HEAR it, because it is loaded - correct? But how would I actually get rid of/delete this when I no longer want to see/hear it ?
I can sort of understand that even though it's not displayed until using addChild() that one would HEAR it, because it is loaded - correct? But how would I actually get rid of/delete this when I no longer want to see/hear it ?