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