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


Installing Flash Lite player

Tuesday, August 30, 2005
A Technote on Installing the Flash Lite player and content onto a handset. A useful link I come across while searching. The Flash Lite is getting to be more popular on next release of Flash. This technote will help to know how to install Flash Lite player.

Screenweaver 3 - OpenSource

Friday, August 26, 2005
After a long back Screenweaver is released with the OpenSource - Screenweaver 3. This is the best tool to create Desktop Applications using Flash. The new version combines Flash MX 2004 / 8 developers and Win32 programmers.

FLASH EARTH

Tuesday, August 23, 2005
See anywhere in the world using satellite images from Google Maps or MSN Virtual Earth. An amazing site made with flash as you can find your near town in it. Flash Earth Map done by Neave.com.

Flash 8 - Scale9 Scaling movieClip

Thursday, August 18, 2005
New feature for scaling a MovieClip called Scale9 in Flash8. The feature is a property that enables customized scaling of any MovieClip asset. Read .Theodore's article to know more

Design Patterns and Flash

Saturday, August 06, 2005
Some Design Patterns approaches in Actionscript hosted at design-nation.net. The articles are narrated with interesting examples as intermediate developers can understand. Some richer approaches to flash and it will help in developing efficient applications.