Enter, Backspace and Delete Keys fail when using Listeners for Textbox

‘ve noticed it many times. When we use listeners for Textbox or while using onChanged event some times it fails to render backspace, delete and enter keys unless we have a selection. Removing the Listener reverts back to normal. Did anybody had the same problem...

Now on Linux Server

Finally I changed my ISP. I had problems with my previous ISP, they often go offline for about a weeks time without notice 🙁 Since I’ve shifted to Linux now all my links are case sensitive. If you find any broken link or missing swf please add a comment here I...

Tamil in a Flash – Sample guest book in Tamil and English

As I promised in my previous post I’ve developed a sample application. Today is Tamil New Year so I thought it is the right day to launch this tool. Even though it is not fully optimized, it is functional to demonstrate the concept. This is a simple guest book...

Bringing in Languages to Flash

Embedding fonts in flash removes the hassle of font download and installation on the viewers machine, which is of great use when we publish multilingual content on the web. What if we can develop an application in flash which enables typing in different languages...

MX: MovieClip-swapClip.

When we need to replace a movie clip on stage with another with a Linkage ID the following code will be useful. [cc lang=”actionscript3″] MovieClip.prototype.swapClip = function(idName) { var obj = { _x:this._x, _y:this._y, _xscale:this._xscale,...