Hello,

I had public function inside component and this function receive as
argument event, like this:

public function onUploadCanceled(event:Event):void {

And now i want call this function outside of component, but i don't
know how i will pass an event as argument for this function, i try
this but doesn't work:

public function cleanForm():void{
  uploadFotos.onUploadCanceled(event);                          
  parentDocument.goToStack(0);                                                  
}

Thanks...

Reply via email to