show/hide this revision's text 2 Changed tags
show/hide this revision's text 1

Flex: Loading assets into externally loaded modules...

So, I have Flex project that loads a Module using the ModuleManager - not the module loader. The problem that I'm having is that to load an external asset (like a video or image) the path to load that asset has to be relative to the Module swf...not relative to the swf that loaded the module.

The question is - How can I load an asset into a loaded module using a path relative to the parent swf, not the module swf?