Re: [Flashcoders] embeded CSS issue

2006-02-10 Thread grant
ssage - From: GregoryN [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: 2/10/06 7:50 AM Subject: Re: [Flashcoders] embeded CSS issue > Grant, > > While I can't open you sample (I'm still with FMX2004), there's some > obvious mistakes in the c

[Flashcoders] embeded CSS issue

2006-02-09 Thread grant
I'm using an embedded CSS file where I define the styles through code var boldlite:Object = new Object(); boldlite.color = "#ff00"; boldlite.fontWeight = "bold"; testSheet.setStyle("boldlite", boldlite); and then I assign it to an html text field. testText.styleSheet = testSheet; testTex