Whats ActionScript Color Code?
ActionScript is a programming language in Flash that allows the programmer to control the movie play back and the action of objects. Since Flash MX and Flash MX 2004, instances of color objects are created from the Color class constructor and apply only to movieclips. For any movieclip on stage, you can create an instance of the Color class, specifying your movieclip as the parameter in the constructor, and then use the setRBG method (or setTransform if you need to specify transparency) to specify the color.