Hi,Everyone
I met a problem.
I have a widget which include a mxml custom compoment adding by actionscrpt.
This compoment has a custom event.
In custom event handler method,I use adSharedData to send the result to another widget.
But handler method can't return causing the stack overflow problem.
Why?