Categories

Tracking Flash Applications – Advanced

Tracking and analyzing user behavior on a Flash based application is no more such a cumbersome process – thanks to the exciting world of measurement and analysis possibilities that flash opens up. Tracking can be implemented in Flash based applications using ActionScript that communicates with JavaScript on the HTML shell (where flash application resides) for [...]

Color Object in Flash 5 – fished out

It works when we remove the 0x from the color code:

myColor = new Color(myMovieClip_mc);
var col = “331166″;
myColor.setRGB(col);

seems Macromedia took care of this in the future versions.

Color Object and Flash 5 – really fishy

I had to dynamically change the color of a movieclip – the color code being picked from an XML file…
sounds pretty easy… right!!!.
Its easy as far as you are working with MX and above. But when it comes to Flash 5, it simply doesn’t work.
Wondering why???

Flash 5 does have the same color object-
Syntax
new Color(target);
Methods
getRGB, getTransform, [...]

My New Identity

Just decided to go global with my thoughts….
thoughts on life, evolution of mankind, time travel, big-bang theory, plasma and atomic physics, flash, AS and of the kind. Though most of my time would be dedicated to some of the pressing issues like flash and AS, other issues too will get their due attention.

Keep visiting [...]

hiee…my first post!

always thought of having my own blog, but wondered how to manage that. daily updations, editing, archiving, blah..blah..blah.. hats off to blogger for providing us with such an easy and convenient way to host our own blogs.