RE: [Flashcoders] HTML formated text in Flash 8 SWF

2006-08-29 Thread Robin Burrer
f eka Sent: Wednesday, 30 August 2006 1:43 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] HTML formated text in Flash 8 SWF Hello :) try to use TextField.condenseWhite property :) http://livedocs.macromedia.com/flashlite/2/main/0816.html EKA + :) 2006/8/29, Robin Burrer <[E

Re: [Flashcoders] HTML formated text in Flash 8 SWF

2006-08-29 Thread eka
Hello :) try to use TextField.condenseWhite property :) http://livedocs.macromedia.com/flashlite/2/main/0816.html EKA + :) 2006/8/29, Robin Burrer <[EMAIL PROTECTED]>: Hi all, This is wired. It seems html text in a flash 7 swf behaves differently than html text in a flash 8 swf. var m

[Flashcoders] HTML formated text in Flash 8 SWF

2006-08-29 Thread Robin Burrer
Hi all, This is wired. It seems html text in a flash 7 swf behaves differently than html text in a flash 8 swf. var myText ="Headline Some text"; this.myTextField.html = true; this.myTextField.htmlText = myText; the swf 7 text filed displays: HeadlineSome text // the whites