+ Reply to Thread
Results 1 to 6 of 6

Thread: subscript and superscript

  1. Join Date
    May 2002
    Location
    Spain
    Posts
    22

    subscript and superscript

    Hi,

    I need a way to insert subscripts and superscript (digits) in a dynamic text field.

    It's possible?

    Thanks in advance

  2. Join Date
    Oct 2006
    Location
    Okemos, MI
    Posts
    2
    I've been looking for the answer to the same question. I wonder if actionscript 3.0 will support the sup and sub tags for dynamic text.

  3. Join Date
    Apr 2008
    Posts
    2
    I got my Subscript and Superscript fonts from:
    http://www.subscriptfont.com
    They work perfect dynamic fields...

  4. Join Date
    Oct 2006
    Location
    Okemos, MI
    Posts
    2
    Sometime in the last year or so, I started using GG Superscript and GG Subscript fonts. You can find them by doing a web search. They are a free download and if you embed them into your flash program, your users will be able to see the superscripts and subscripts. Make sure you test your swf file on a computer that doesn't have the fonts so that you can be sure you embedded the fonts properly.

  5. Join Date
    Apr 2008
    Posts
    2
    I want to share with you the way I get may subscript and superscript inin dynamic and input text field in Flash:
    <sub> & <sup> tags are not supported by Flash but you can
    use Subscript & Superscript in dynamic and input text field in Flash:

    Download & install Subscript & Superscript fonts from http://www.subscriptfont.com or http://www.superscriptfont.com
    You will need to restart Flash software after installed fonts.
    Create a dynamic text field with Arial font embeded. Set the HTML property to true.
    Create a dynamic text field with Subscript font embeded.
    Create a dynamic text field with Superscript font embeded.
    Use HTML tag to set text to subscript or superscript like below:
    Some text<font face="Superscript">©</font>
    If you are using ActionScript to test the htmlText, use script like below:
    my_txt.htmlText = "Some text<font face='Superscript'>TM</font>";
    Data can come from a XML file, TEXT file or from flash itself.

    They are better than CG since it goes lower than the baseline and it's real subscript..

  6. Join Date
    Oct 2009
    Location
    Germany
    Posts
    10

    subscript and superscript

    OH. Ive try and its possible but not as I want. On Autocad I select one object and it copies all the draw to Flash.

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts