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

  1. #1

    Default Scrollbar component

    Hi,

    I added a scrollbar component to a dynamic text field that loads text from
    an external .txt file. The text does scroll, but it does not adapt to the
    length of the document. Basically, it always scrolls the same amount. Any
    help would be greatly appreciated.

    Thanks!

    Sean Guest

  2. Similar Questions and Discussions

    1. ScrollBar Component not working
      what am I mising? 1. i have a one frame flashmx file. 2. frame action is as follows: loadVariables("readme.txt", ""); stop(); 3. dynamic...
    2. Scrollbar component - how can I reset it to the top?
      give a target name to your scrollbar component, in example myscrollbar, then add this action to your buttons myscrollbar.setScrollPosition(1);
    3. ScrollBar Component help :(
      I'm new at making my own flash videos, so please try and bare with me. While watching the tutorial on making my own flash movie, it was requested...
    4. ScrollBar Component Help
      Hi I am loading some text into a dynamic tect field using: loadVariablesNum("test.txt", 0); I am then attaching the ScrollBar Component and...
    5. Bug in Scrollbar component!
      I used the horizontal scrollbar component on a text field and the textfield turned into a white-filled solid? What the heck went wrong??? Please help...
  3. #2

    Default Re: Scrollbar component

    This is a common issue with the scrollbar component. I have previously
    added a bunch of white space (carriage returns) to the text field I am
    loading into to get arround it and that works all right although it
    still scrolls the same amount. The other solution is to use the new
    textarea component and load into that. That will automatically alter the
    amount of scroll depending on what is loaded into it.


    --
    Brandon Bradley
    Macromedia Certified Instructor
    [url]http://www.attconline.org/[/url]
    Brandon Bradley 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