I’m using a for() loop to stack text fields vertically on top of each other. I’m setting a variable to get the height and _y of each text field so I know where to place the next one. I’m also using autoSize=true. I’ve done this before (I think only in MX though) and had no problems. For some reason, if I preview it in a browser, some of the the text fields get spaced wrong. But if looks fine if I just view it through flash player. Any suggestions? The text field is also using html. Thanks.
Edit: I’m also using and very Large xml file to populate the text fields and I’m using <![CDATA[]]> tags in it.