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

Enter, Backspace and Delete Keys fail when using Listeners for Textbox

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