Unicode escape notations generator.

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

An Idea to document your components.

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

Links disabled in guest book due to porno links by spammers

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

Bi-Lingual Guest book version 2

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

Now Linked in Macromedia XML News Aggregator (MXNA)

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!

Improved ActionScript() Tracing

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

Real toString() method.

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

Improved Actionscript Syntax Highlighting with SciTE|Flash

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