Does anyone know of a way to create superscipt number, or to hack it in dynamic text fields? I'm using XML along w/ a number of CSS styles and I can't find a way to achieve this.
One option would be a nice small pixel font thats designed to looked like superscript numerals - so if anyone knows of something like this, let me know, thanks! Flash 101 - Part 4: Don't Touch Me:: Flash also allows you to create dynamic text boxes, and text boxes which . and display a couple of text fields at the bottom for you to enter the URL and http://www.sitepoint.com/print/flash-101-4-dont-touch/HOME |
creatify
If you render your text field as html, you can use ISO8859-1 entities to get a superscript 2 (as well as many other things).
this.createTextField("txt", 1, 10, 10, 22, 22); Producing a Dynamic Presentation PowerPoint 2002:: File Format: PDF/Adobe Acrobat - View as HTMLClose PowerPoint. Ctrl + R. Right Align Text. Ctrl + S. Save. Ctrl + T. Format Fonts. Ctrl + U. Underline Text. Ctrl + V. Paste. Ctrl + W. Close Document http://academic.pgcc.edu/psc/DPP_guide.pdfHOME |
txt.html = true;
txt.htmlText = " 178;";
Edit: This forum likes to parse them as well, the entity is 178; without the space.
I got my Subscript and Superscript fonts from:
http://www.subscriptfont.com
They work perfect with dynamic fields too...
thanks for the info on that, I'll try that out and see where I get,
nevermind, found this:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=1959eceb
Red Hat's Rough Recovery From CFO Exit
Windows Live Finds a New, Pre-installed Home
|