Color is actually a style so its idname.setStyle("color", 0xFF0000);HTH, Ben --- In [email protected], "candysmate" <[EMAIL PROTECTED]> wrote: > > I can set the colour of a radioButton's label with color = "#ff0000" > in mxml, but when I try to use the idname.color = "#ff0000"; in AS3 > Flex 2.01 throws an undefined property error. > > How can I change the radioButton label text colour via AS3 please? >

