A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Text help :)

  1. #1
    Member
    Join Date
    Apr 2002
    Posts
    59
    I need to make my dynamic text have different colors in it like a couple of words red for example If you can help thx

  2. #2
    Senior Member
    Join Date
    Jan 2001
    Posts
    157

    Post

    You could add in actionscript:

    textVar="hello <font color="#ff0000">john</font> how are you?";

    but you must activate the html feature.

  3. #3
    Senior Member
    Join Date
    Jan 2001
    Posts
    157

    Post

    You could add in actionscript:

    textVar="hello <..font color="#ff0000">john</..font> how are you?";

    but you must activate the html feature.

    (REMOVE THE FOUR DOTS IN THE CODE)

  4. #4
    Senior Member
    Join Date
    Jan 2001
    Posts
    157

    Smile sorry

    well, i´m sorry, just do as in html (but enable de html feature in the dinamic text box)

  5. #5
    hehe, took me the best part of a day to figure that out

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center