How can I get access to the *.htmlText property of a TextField on the timeline? I'm looking for something that can return all the formatting information just like it does in ActionScript 3.0 at runtime.Example:\[code\]<TEXTFORMAT LEADING="2"> <P ALIGN="CENTER"> <FONT FACE="Verdana" SIZE="64" COLOR="#FF0000" LETTERSPACING="0" KERNING="1"> <B>This is a </B> <FONT COLOR="#000000"> <B>bold</B> <FONT SIZE="33"> <B>example</B> </FONT> </FONT> </FONT> </P></TEXTFORMAT>\[/code\]