Arul's Blog On Multimedia, Flash MX, Director And Dreamweaver MX
Recent Entries | Guest Book | QuickView | XML-RSS feed | My Profile | Home
::: About this Blog :::
Welcome to Arul's Blog!
Weblog on Multimedia,
Macromedia Flash MX Flash MX
Macromedia Director Shockwave Studio 8.51 Director
Macromedia Dreamweaver MX Dreamweaver MX
View my profile And me :)
Here I'm going to share my views, opinions and code with you all.

::: Services :::

:. ActionScript Highlighting
:. AS Highlighter v2 new!


::: ActionScript :::
:. toString
:. skipCache
:. getWords
:. getDateFromString
:. colorUtils
:. XMLNode-transformTags
:. Object-copyProperties
:. Object-clone

::: ActionScript 2 :::
:. XMLHighlighter
:. PriorityQueue

::: Archives :::
[September 2002]
[October 2002]
[November 2002]
[December 2002]
[January 2003]
[February 2003]
[March 2003]
[April 2003]
[May 2003]
[June 2003]
[July 2003]
[September 2003]
[October 2003]
[December 2003]
[January 2004]
[February 2004]
[March 2004]
[April 2004]
[May 2004]
[June 2004]
[July 2004]
[December 2004]
[January 2005]
[February 2005]
[March 2005]
[May 2005]
[June 2005]
[July 2005]
[August 2005]
[June 2006]
[July 2006]
[November 2006]
[December 2006]
[January 2007]

::: Time Zone :::
All Times on this blog are
GMT + 5:30 Hours
(Indian Standard Time)

::: Flash Resources :::
:. Flash Components
:. Were-Here Forum
:. Digital Illusion
:. Flashmove Forum
:. Flash Goddess
:. Prototypes
:. Actionscript Toolbox
:. UltraShock
:. Chattyfig
:. Full as a Goog
:. Flog

::: Flashers :::
:. Mike Chambers
:. Greg Burch
:. Branden Hall
:. Samuel Wan
:. Stuart Schoneveld
:. Guy Watson
:. Robin Debreuil
:. Mario Klingemann
:. Moises
:. Aral Balkan
:. Peter Hall
:. Josh Dura
:. Alessandro
:. Brajeshwar
:. Nik Khilnani

::: Small Print :::

© Copyright 2002
R.Arul Kumaran

[Made with Blogger]


Saturday, July 26, 2003

News.Flash MX: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 behalf of all the users let me thank Philter and Grant Skinner for all their efforts.

posted by Arul | link | ^top | next> | comments [4]
Wednesday, July 23, 2003

News.Flash MX: 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 synchronization of data, integrated database connectivity, serialization of ActionScript data types, clustering, etc.) and it comes with a 150-page Reference Manual. Give it a try.

posted by Arul | link |<prev. | ^top | next> | comments [1]
Monday, July 21, 2003

Code.Flash MX: 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 undefined values. Take a look at the new ActionScript() function here.

posted by Arul | link |<prev. | ^top | next> | comments [2]
Monday, July 14, 2003

News.Flash MX: 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 through one of the FlashCoders email, Eric Westra has created a component which extends the Textfield to have the following additional methods.

countRows();
findVisibleIndex();
addRowHeight();
positionToIndex();
positionToIndexRow();
indexToPosition();
findNextRow();
getWidth();

I haven't tried it yet. Try it your self by downloading TextFieldExtension.mxp.

posted by Arul | link |<prev. | ^top | next> | comments [1]
Thursday, July 03, 2003

Demo.Flash MX: 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 this website, until then use the application below.

posted by Arul | link |<prev. | ^top | next> | comments [4]

footnote:-
Also check the recent entries and feel free to add your comments. I need your comments to improve this blog