FLVPlayback Artifacting
Hello, I'm using Actionscript 3 to load and manipulate the FLVPlayback component. I've made a menu that allows me to choose from multiple .flv files. One of which happens to only contain audio. If I select the audio .flv after watching a video .flv the FLVPlayback component will leave a shot from the last clip shown on the screen. I've tried removing the child then adding it again, as well as changing visibility. But with no luck. Is there a way that I can clear the visual field of the component before loading a new .flv to avoid this?
I've also tried using the stop() function, but for some reason i can not then load or play another flv
any help would be appreciated