A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Formating Dynamic Scroller

  1. #1
    Senior Member
    Join Date
    Sep 2002
    Posts
    118

    Formating Dynamic Scroller

    Is there a way to format fonts in a dynamic scolling text box (ie Bold/Colored fonts)

    Thanks!

  2. #2
    Senior Member
    Join Date
    Apr 2001
    Posts
    306
    Just use basic html tags such as < F ONT FACE="Arial" SIZE="12" COLOR="#FFFFFF">xxx< / F ONT>

    be sure to take out the space in F ONT

  3. #3
    Senior Member
    Join Date
    Sep 2002
    Posts
    118
    Then it just displays the HTML tags.

    Do I have to "tell" the text box to allow html somehow?
    Last edited by munkie; 06-02-2003 at 04:02 PM.

  4. #4
    Senior Member
    Join Date
    Apr 2001
    Posts
    306
    doh.. forgot... you have to click on the dynamic text field and then in the properties press the "Render as html" button.

    <>

  5. #5
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    You have to enable the html tab in the textfield's properties. It looks like this: (<>)

    And here are the only html1.0 supported tags when using Flash:

    http://www.macromedia.com/support/fl...s/htmltext.htm

    Although < li> does also work, but is undocumented.

  6. #6
    Senior Member
    Join Date
    Apr 2001
    Posts
    306
    Old Newbie.. you ever make it out to the Flashkit Conference? it'd be cool to meet ya..

  7. #7
    Senior Member
    Join Date
    Sep 2002
    Posts
    118
    Okie...

    From that example I MUST set a variable to = my text...

    What if I hhave many html formatted paragraphs that I need to put in my scrolling dynamic text box?

  8. #8
    Senior Member
    Join Date
    Sep 2002
    Posts
    118
    fast moving today..........

    BUMP!

  9. #9
    Junior Member
    Join Date
    Feb 2003
    Posts
    16
    rendering as HTML sucks. . .your limited in what html you can use.

    This means no images, no styles, nothing.

    I'm faced with this same problem at this very moment. If flash could read a text as if it where html verse regular text. . ..whoa baby, then we'd be rolling!!


    (5 minutes later)
    I spoke to soon. . . ..

    Parse Html
    Last edited by Pulti Pedia; 06-03-2003 at 01:03 PM.

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