by admin | Jul 3, 2003 | Uncategorized
As I mentioned already, for using Unicode characters in the FLA file the only way is to use notations. Here I have made an application which can convert the typed string into the escape sequence. Once I add some more functionality to it I will add to the services in...
by admin | Jun 26, 2003 | Uncategorized
I found this bug while working on my “content management solutions for languages”, project . If you want to use unicode characters that are not supported by your system’s codepage in your actionscript with out using external ‘.as’ files,...
by admin | Jun 20, 2003 | Uncategorized
This could be an easy way to document your component. We need track the properties and methods of a component by looping through the instance. Say for example the following example can generate the color syntax xml for any component instance, we need to delete...
by admin | Jun 16, 2003 | Uncategorized
I lately noticed that some of the spammers started putting dummy comments with a link to a porno site in my guest book. It is very hard to track because some of the site names does not relate to s-e-x. To avoid such problems I’ve disabled showing links on my...
by admin | Jun 13, 2003 | Uncategorized
Take a look at Robin Kohli’s 3D engine at his website. You can draw 3d Shapes and save them right there. He has given download for the source as well.
by admin | Jun 2, 2003 | Uncategorized
I’ve released the second version of my Tamil & English Guestbook. Many people asked me what is so special in enabling Tamil typing using flash. It is basically a transliteration engine that works in the background to convert typed english character to their...
by admin | May 30, 2003 | Uncategorized
Many of you already know that Macromedia started running an aggregator. It is up and running syndicating many cool blogs including mine. If you haven’t had a chance, have a look at MXNA now!
by admin | May 27, 2003 | Uncategorized
The objective of my .toStrong code and ActionScript() function is to generate the actionscript from any object with which we should be able to recreate the object again. My String.toString Prototype does manage the /n and /r properly(thanks to Rob for pointing this to...
by admin | May 18, 2003 | Uncategorized
This code snippet helps to get the real insight of an object instead of returning ‘[object object]’ while tracing. Now I’ve completely rewritten it to take care of circular references, escaping quotes in Strings, and function references. Also...
by admin | May 17, 2003 | Uncategorized
Long back I’ve posted a flash.properties file to replace the one in the SciTEFlash folder to get syntax highlighting as in Flash MX. After getting this tip from hOK’s blog I’ve added the following line style.flash.7=fore:#0000FF To get String...