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). 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? Also, I'm somewhat confused by how modules really work. All of the examples I've found via google seem to reference a time before the official inclusion of the module related classes (pre-2.0.1 update?). 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? Thanks! John

