RE: [Flashcoders] How to get colour of text formatted with CSS

2005-11-29 Thread Nikolaj Selvik
var yourStyle:Object = yourStyleSheet.getStyle(yourStyleName);

then get

yourStyle.[color];


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tim
Stickland
Sent: den 29 november 2005 14:14
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] How to get colour of text formatted with CSS

Hi

Does anyone know if it's possible to read the text colour specified in
an
externally loaded CSS style?

Cheers
Tim
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] How to get colour of text formatted with CSS

2005-11-29 Thread Tim Stickland
Excellent, thanks Nikolaj


On 11/29/05, Nikolaj Selvik [EMAIL PROTECTED] wrote:

 var yourStyle:Object = yourStyleSheet.getStyle(yourStyleName);

 then get

 yourStyle.[color];


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Tim
 Stickland
 Sent: den 29 november 2005 14:14
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] How to get colour of text formatted with CSS

 Hi

 Does anyone know if it's possible to read the text colour specified in
 an
 externally loaded CSS style?

 Cheers
 Tim
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders