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,...
by admin | Mar 30, 2003 | Uncategorized
Today is my Birthday! Not much of celebrations. This time my wife is with me that is the difference. As many people do, I’m also thinking of taking resolutions. I will be more focused in choosing my field. Also I will dedicate some of my time to keep this blog...
by admin | Mar 28, 2003 | Uncategorized
Ampre’s code has a bug in handling Array of strings (refer to my previous post). Since he is just enclosing the result of original Array.toString() with square backets it returns [a,b,10] when it is supposed to return [‘a’, ‘b’ ,10]. Just...
by admin | Mar 26, 2003 | Uncategorized
Last year I was selected as a Team Macromedia Volunteer for Flash. But I kept quiet waiting for my profile to be featured in Macromedia site. Today my name is included in the list and my profile is also featured on the Macromedia site. Let me share the joy with you...
by admin | Mar 9, 2003 | Uncategorized
As you all already know my Object.toAS() code does fail with circular references. Ampre has replied with the following code in prototype, which is sleeker and also can addresses the circular reference issue to some extent. Here is that code [UPDATE] included the...
by admin | Feb 22, 2003 | Uncategorized
You might have noticed the lack of posts in my blog. It is because I came to india for my sister’s marriage. 🙂 Another good news is I will bring my wife when I’m back to Singapore. I missed her for about an year. (she was in India while I was in...