html in dynamic text

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default html in dynamic text

    i didn't think this would be a difficult task, but for some reason i can't get
    it working...

    i've got a dynamic text field into which a .txt file is loaded. i set the
    site up this way so the client could update the text whenever they choose, and
    since they are comfortable with basic HTML formatting techniques, they want to
    be able to add new text and links.

    the problem is that whenever i try to add an <a href> tag into the dynamic
    text file, it gets all screwy...the link works, but everything from that point
    in the document on is "linked" as well!? it's actually not the entire space of
    the text field either...only the blank space underneath the link that falls
    between the first and last letter of the word. in other words, it looks like
    this:

    :: text field starts here ::
    text text text text text text text text text text text text
    text text text text text text text text text text text text
    text text text text LINK text text text text text text te
    .........
    .........
    .........
    :: text field ends here ::

    the dotted areas below the word LINK carry the same link as the word itself,
    even though the <a> tag has been closed properly. what is going on? any help
    i can get would be much appreciated!

    [email]clint@clintbalcom.com[/email]

    clintob Guest

  2. Similar Questions and Discussions

    1. Dynamic text - html list problem
      Has anyone encountered this problem before?I get a problem when I link a dynamic text field to an external text file which has an html bulleted list...
    2. HTML tags and dynamic text
      I am new to flash...so i could be wrong...but I think even Flash MX only supports a limited number (basic) set of HTML tags...some will wok and...
    3. How to center text in dynamic HTML text field ???
      In Flash MX 2004 I suddenly find myself comletely helpless trying to align all text to the center in my dynamic text field. I dont recall running...
    4. HTML link in dynamic text?
      I can't seem to get a URL link in my dynamic imported text to work... Is it not possible? I checked the Flash Help documents and they offered very...
    5. format dynamic text with .HTML
      Hello, I have a dynamic text formatted with .HTML Everything works fine but the only problem is that I want to format the font size in point....
  3. #2

    Default Re: html in dynamic text

    nevermind! figured it out...adding an empty "p" and "/p" tag did the trick
    clintob Guest

Posting Permissions

  • You may not post new threads
  • You may 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