/ Published in: ActionScript
Use Delegate to run functions in the scope you specify.
Expand |
Embed | Plain Text
import mx.utils.Delegate; this.contentLoaderListener.onLoadInit = Delegate.create(this, this.onContentInit); function onContentInit(){}
You need to login to post a comment.
