Dynamic text box won't scroll when "render text as HTML" is clicked

Ask a Question related to Adobe Flash, Flex & Director, Design and Development.

  1. #1

    Default Dynamic text box won't scroll when "render text as HTML" is clicked

    I'm using FLASH MX and I'm trying to create a dynamic text box that loads an external text file, contains clickable links and scrolls.

    I've created the dynamic text box. Since the text has links, I clicked the "render text as HTML" box in properties. The text file loads the way it is supposed to so this part is working. I want the text to also scroll. I've added the scroll bar from the flash components but the text won't scroll. It only scrolls when "render text as HTML" is NOT clicked. I need it to do both and I don't know what to do.

    Does anyone have any ideas?

    THANKS!!!!!!



    ja928 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. "Text image" back to "Editable text"
      I need to convert "text image" to "editable text" in illustrator. I can't found any option for this in illustrator. But in acrobat using the OCR...
    2. Font size of annotation's contents("Text box tool" formely known as "FreeText")
      hi all I need to add annotation of "FreeText" type (Text Box Tool) having some text.I am able to add annotation, set the content text and set...
    3. dynamic text field & "paging" content
      I have a dynamic text field that gets populated from the backend with free form text (can be any text really). I want to be able to populate the...
    4. Scrolling dynamic text in a "movie credits"style
      I'm creating a kiosk that will be displayed on 30 inch LCD displays in our corporate headquarters. A list of names will be pulled from a database...
    5. How to make the "search text" feature work with non "txt" file
      On Fri, 27 Jun 2003 07:19:23 -0700, "Juergen" <anhorn@bktel.com> wrote: See MVP Doug Knox' comments and fix here:...
  3. #2

    Default Re:Dynamic text box won't scroll when "render text as HTML" is clicked

    A wild guess -

    There are three ways to get text into a text field:

    1) Through the "variable" name of the field - this doesn't work well with the scrollbars, however
    2) Through the ".text" property - this is probably what you're using
    3) Through the ".htmlText" property - the one you should use if you have the "Render as HTML" button on.

    Hope this helps.



    One Louder webforumsuser@macromedia.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139