<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>


FlashPlayer 8.5 Alpha performance test

Thursday, October 27, 2005
Some geeks made performance test gauging with older versions like FlashPlayer 7 and 8. FlashPlayer 8.5 Alpha is performing 10 times better. View the report on oddhammer.com

Next Generation Flash Platform Alpha Out

Monday, October 17, 2005
Flex Builder 2, the Flex Framework 2, Flex samples, command line tools, and Flash Player 8.5 for Windows are out. Get it and tryout those. It's all hot :)

XMI2Actionscript - Tool to generate Actionscript pseudo code from your UML Design

Monday, October 10, 2005
When you were using Flash for an application development project, UML Design is the first step out of it. Like any other programming languages, now we can create Actionscript pseudo code from UML. XMI2Actionscript easily creates the Actionscript pseudo code when you design UML with Enterprise Architect or with ArgoUML. Export your UML Design to a *.XMI file and using .XMI file, you can create the AS2 Classes with all the relationship and package structures. Features : 1. Source: XMI version 1.0 or 1.2, Output HTML page with all the classes. 2. Support for inheritence (extends) 3. Support for complex Namespaces 4. Automatic creation of folders in accordance to classes’ namespaces. 5. AS2DOC compatible standard documentation copying from XMI, Including documentation for methods params. 6. Automatic creation of static variables required by CreateClassObject 7. Automatic creation of constructor 8. Recognition for static methods 9. UI interface available in .Net 1.1 and for web as ASP. XSL which is used for conversion is an external file, thus you can extend it easily. 10. A special dialog to select the classes you wish to export from the file or altogether.

Actionscript 3

Still more astounding news from Macromedia after releasing it's newer version on Flash Platform. ActionScript 3.0 features a compilation mode for stronger compile-time type checking that provides the benefits of languages such as Java or C#. Look more into