active questions tagged flex-module - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T02:10:23Z http://stackoverflow.com/feeds/tag/flex-module http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/127598/flex-loading-assets-into-externally-loaded-modules 3 Flex: Loading assets into externally loaded modules... onekidney 2008-09-24T14:43:11Z 2008-09-25T19:57:00Z <p>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.</p> <p>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?</p>