Yet another way to generate reference documents

Philter has developed a parser to parse the flash doc style comments in your actionscript. Using his parser you can generate gModeler XML. You already know that gModeler can generate reference XML. Combining this two tools we are getting complete solution for free. On...

New Open Source Socket Server for Flash

If you are building multiuser applications you might be interested in Oregano Multiuser Server, which was released last week. You can download it from www.oregano-server.org. It is completely free and Open Source and has an extensive feature set (automatic...

Updated my ActionScript() function

Arrays and Functions can have other properties attached to it. But my .toString() method and ActionScript() function does not account for it. Now I’ve rewritten the code to include those other properties as well. Also now it takes care of the properties with...

Extended Textfield to get pixel coordinates of characters

Converting x,y position in a text field into index and vice versa is very useful. Flash Coders with Director background already know the advantage. With this we can create text rollovers, place emoticons and pictures in line with the Textfield. I came to know about it...

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