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


Admin Consoles and App Inspectors for FMS2 and FCS1.5

Friday, November 25, 2005
Stoem had hosted Consoles and Application Inspectors for Flash Media Server and FCS 1.5. You can manage your FCS Servers from anywhere. Great Stuff!!!

Enterprise Architect 6.0 with ActionScript 2.0 support

Friday, November 18, 2005
The resent version of Enterprise Architect has the support for Round-trip Engineering of Actionscript 2.0. EA easily imports the class files and build them into class diagrams. Much more features are packed inside the new version.

haXe Programming Language

Tuesday, November 15, 2005
Nicolas Cannasse, creator of MTASC, the open source Flash compiler, has just released a public preview of his haXe programming language & compiler. It has a full working parser with type checking, as well as a complete language reference. Basicly, what haXe can do is :
  • create Flash SWF files using Flash APIs for Players 6,7,8 and soon 8.5.
  • generate Javascript code using Browser DHTML API, so you can create AJAX web applications.
  • generate Neko sourcecode that can be used on the Server side or in standalone executable.