<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d14789577\x26blogName\x3dElango+Weblog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://elangora.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://elangora.blogspot.com/\x26vt\x3d-4875223596954718087', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>


"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

100 AS3 useful tips at Kirupa.com

Tuesday, February 13, 2007
100 useful "ActionScript 3 Tip of the Day" list at kirpu.com is a valuable resource for every Flex Developer. Check that out...

Back to blogging

Saturday, February 10, 2007
I will post links and tips finding useful about Flash/ Flex/ AS3. Check back after a while.