active questions tagged flex-module - Stack Overflowmost recent 30 from stackoverflow.com2009-12-10T02:10:23Zhttp://stackoverflow.com/feeds/tag/flex-modulehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/127598/flex-loading-assets-into-externally-loaded-modules3Flex: Loading assets into externally loaded modules...onekidney2008-09-24T14:43:11Z2008-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>