Using the ModuleLoader class to load modules : ModuleLoader « Development « Flex
- Flex
- Development
- ModuleLoader
Using the ModuleLoader class to load modules
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:ModuleLoader url="ColumnChartModule.swf"/>
</mx:Application>
Related examples in the same category