Hi All,

So how does the garbage collection works in flash for objects with video and
sound? I have a custom "video player" and when I delete the instance of this
video player the sound and video continue to play on stage.

            removeChild(endMoviePlayer);
            endMoviePlayer = null ;

I know there is no way to force the garbage collection to be triggered, so
this means that I have to go inside of my object and delete the reference of
all the items used within the custom class?

TIA
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to