Referring to a parent object from within an XML event handler

By fritz

The mx.utils.Delegate class in Actionscript 2.0 is the only way I have found so far to refer to a parent object from within an XML event handler.

From this excellent snippet code snippet by Dej4n, only the Delegate class part seems to work for XML objects.

Leave a Reply