by admin | May 7, 2003 | Uncategorized
‘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...
by admin | May 3, 2003 | Uncategorized
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...
by admin | Apr 14, 2003 | Uncategorized
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...
by admin | Apr 14, 2003 | Uncategorized
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...
by admin | Apr 7, 2003 | Uncategorized
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,...