I have and list compontent with an extrunal itemrenderer. My itemrender is a module that i would like to load in at runtime.
I have used moduleloader tag but it doesn't display anthing. if i don't use the moduleloader tag but the instead() it displays the content. does anyone know how i must do this?
Application file with list component
<mx:XMLListCollection id="myXC"
source="{catagories.lastResult.product}"/>
my module
thanks DJ