Link to home
Start Free TrialLog in
Avatar of msukow
msukowFlag for United States of America

asked on

AS2 Save textbox MovieClip as PNG

I want to be able to convert a textbox MovieClip to a PNG file. It has to be AS2 presently, but may be AS3 in the future.

Basically, I have a module that allows a user to type text in an input textbox. As each letter is added (or when all typing is completed), the user has the option of moving the textfield. I want to replace the input textbox with a PNG file of what he just typed. Currently, we are using Flash as the front end that populates XML and have an issue trying to match the fonts during the PDF creating to what is seen online.

Also, I need the dpi of the file on the screen to be 72, and the dpi of the image saved to be at least 200.
ASKER CERTIFIED SOLUTION
Avatar of CyanBlue
CyanBlue
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of msukow

ASKER

This may not work for me, because I am in an ASP.net environment
It's been a long time since I did .Net, but this seems to be covering all you need...  ;)
   http://www.informit.com/articles/article.aspx?p=25487

CyanBlue