Skip to main content
Harvolev
Participating Frequently
June 23, 2009
Question

FLVPlayback Artifacting

  • June 23, 2009
  • 1 reply
  • 457 views

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

This topic has been closed for replies.

1 reply

qunybble
Participant
June 23, 2009

i have had some similar issues in the past, resolved by explicitly setting some variables to null, or by unloading and reloading various modules

Harvolev
HarvolevAuthor
Participating Frequently
June 24, 2009

Unfortunatly this doesn't help me much, I'll look into it some more, thank you.

I have temporarily solved the problem by using two instances of FLVPlayback, and simply setting the visibility of the one not in use to false.