On 5/4/07, John Robinson <[EMAIL PROTECTED]> wrote:

> I have an app that has a few external modules that it switches my
> "main" view between.
>
> One of these modules has an externally loaded video (using
> VideoDisplay, or whatever it's called).

It's called VideoDisplay.

> When I load this module up everything works fine, the video plays, etc.
>
> When I unload it and load a different module in it's place, the
> module with the video is removed from the screen but I can still hear
> the sound playing. Anyone?

It seems like things never seems to get removed completely once
they're added. See another thread about this on PopUpManager.

While you'll still have that memory leak (which is a separate issue),
you can at least get the video to shut up by calling stop()/close() on
the "remove" (or was it "removed"?) event.

> Does anyone know of a good reference point that'll help me get my
> head around what the Flex framework is doing when I load/unload modules?

You could start by looking at the source ;-)

Reply via email to