Help With autoSizing Dynamic Text

Hi, I’m new here but have read tons of posts around the internet trying to resolve my issue but nothing seems to work. Also, I’m completely self-taught, so please be patient as I don’t know all the correct terminology.

First, let me just show you the project I’m working on. Please keep in mind that the first name, last name and company name in this animation are actually variable. When one of our clients clicks on the link, they will see their own information in the Flash movie.

http://tinyurl.com/dyn5kb

So, as you can see, I’ve got the variable in the dynamic text working (we’ve already had about a hundred customers click on their video to see their own name animated across the screen). But as you can also see in this particular example, the company name goes right off the screen.

I set the text field within the stage, but when I add the actionscript, my_text.autoSize = “left” (or true), the company name goes off to the right as opposed to making the font size smaller to fit inside the stage.

Anyone with any thoughts/suggestions/solutions about how to keep the long company names from going off the screen and instead resize to fit?

Thanks in advance!