Change color of text inside .swc library
Hello,
I'm working in Flash Builder 4.5 and I got external .swc library (made with Flash and Flex Component Kit) with some objects. One of these objects is a text field with some text. I need to change color of this text and I'm not sure if it's possible. I tried to change the "color" property but it doesn't change the color. I tried "setStyle('color',0xff000)" but it returns an error.
Is there any other way to modify color of .swc text from Flex/Flash Builder?
