TextArea with <img> help...

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

  1. #1

    Default TextArea with <img> help...

    Hi,

    Has anyone else had any issues with loading a MoveiClip into a TextArea
    component?

    My TextArea is loaded from an XML Object...here is the tag in the XML doc
    itself:

    <img src='dotline'/> //'dotline' is the Linkage Identifier for the MC in Flash

    The MC actually gets loaded into the TextArea but is not viewable until it is
    scrolled near the top...It seems like it is being masked until it reaches the
    top of the TextArea... Mabe another exciting Flash bug?

    If anyone has a solution, I would appreciate your help :)

    Jeremy

    jerreye04 Guest

  2. Similar Questions and Discussions

    1. TextArea
      I am making a simple blog, and was wondering if anyone had any suggestions on making a wysiwyg editor. I want to try and make it as much cross...
    2. Printjob for TextArea
      Below the code snipped :Q: it works fine and print the textarea. But it prints only the visible Textarea and ignores the rest of the text(that...
    3. textarea value
      I am trying to collect the value of an HTML textarea. The problem I am having is that I only can get he first line in the textarea. When a user...
    4. Removing carriage returns from <textarea></textarea> input
      Hiya, I have a form with a <textarea></textarea> to receive user input. This input is then stored in a database and sent by fax... I need to...
    5. <textarea> bug????
      Simple vbscript,html page loading into access. Input pg posting to Confirm pg, then sending to access. when using; <textarea name="name"...
  3. #2

    Default Re: TextArea with <img> help...

    I figured it out. In case anybody else is caught by this issue, if you plan on
    loading movieclips into your TextArea, make sure your TextArea isn't resting on
    the lastframe of the timeline. At least this was the cause of my issue.

    jerreye04 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