Hi, I have a videoDisplay object in a popup. When I remove the popup the video continues to play. How do I remove the videoDisplay object from memory? I have tried setting the variable to null but with no luck. I can just call the stop() function and forget about it but am wondering whether this won't come back and bite me.
Any help much appreciated.