"doLater" in AS2 is "callLater" in AS3 !!
Thursday, February 15, 2007
When I was working on a wrapper for FlashPaper documents inside Flex, it needs a method to be called after a component is being finished loading. Got to know from livedocs, "callLater" method should be used in AS3 as how we use "doLater" with V2 UIComponent.
callLater(method:Function, args:Array):void