A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: format dynamic text field to HTML ?

  1. #1
    Senior Member
    Join Date
    Mar 2001
    Posts
    527

    format dynamic text field to HTML ?

    Hi all,

    cant seem to format my actionscript created text field....
    here is my code
    =============================
    this.createTextField("warningText",10,-97,-50,175,90);
    warningText.html = true;
    warningText.text = " < u > Assistance < / u > ";
    =============================

    Am trying to have the text say "Assistance" and make it underlined aswell.

    At the moment the HTML tags are displayed too - "< u >Assistance< / u >"

    ??

    Thanks in advance

    gilesb

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Try...

    this.createTextField("warningText",10,-97,-50,175,90);
    warningText.html = true;
    warningText.htmlText = " < u > Assistance < / u > ";

  3. #3
    Senior Member
    Join Date
    Mar 2001
    Posts
    527
    Thanks for that

    gilesb

  4. #4
    Senior Member
    Join Date
    Mar 2001
    Posts
    527
    OK well that nearly worked and now another problem has occured!!!

    With the line

    =========================
    warningText.html = true;
    =========================

    my dynamic text box seems to cut off about halfway down and i cannot scroll through the text. I get my nice underline effect, but i cant scroll and only have half the text ??

    If i take the above line out then i just get the HTML tagged text, but my text box is the correct size and i can scroll

    So i am a little confused!

    Thanks in advance for any help

    Gilesb

  5. #5
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Can you attach your .fla and text file if you're using one.
    Mx format and zipped up.
    Or you could e-mail it to me. Pm me your e-mail and I'll provide an address.

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