Skip to main content
Inspiring
September 4, 2006
Question

unload flvplayback

  • September 4, 2006
  • 2 replies
  • 253 views
Hi

How do I return an FLVPlayback component to its virgin state (ie unload the
currently loaded flv and return the component to just sitting there on the
stage without anything loaded)? I've tried my_FLVPlybk.load = (""); and
my_FLVPlybk.contentPath = ""; with no success.

How do I do it?

thanks
Paul


This topic has been closed for replies.

2 replies

ropeGun
Inspiring
October 3, 2007
I too have the same question and Paul's suggestion above does not work for me.
Inspiring
September 4, 2006
Paul wrote:
> Hi
>
> How do I return an FLVPlayback component to its virgin state (ie unload
> the currently loaded flv and return the component to just sitting there
> on the stage without anything loaded)? I've tried my_FLVPlybk.load =
> (""); and my_FLVPlybk.contentPath = ""; with no success.
>
> How do I do it?
>
> thanks
> Paul

HI! the answer is:

my_FLVPlybk.removeMovieClip();