When I call itemclick="parentApplication.clickHandler();" from my Module to the main App. where clickHandler =
public function clickHandler(event:ItemClickEvent):void {
_modUrl = "modules/" + event.label + ".swf";
moduleHandler(_modUrl);
... it doesn't work -although clickHandler works to load modules from the main
app.
Can anyone give me any pointers as to what I am doing wrong, please?

