> You're probably looking for the "leading" style which in Flash/Flex is > defined as "Additional vertical space between lines of text."
Perfect! I had to drop it all the way down to -15:
myText.setStyle('leading',-15);
to get it really tightened, but it works.
Thanks so much!

