Automatic Dynamic text scroll

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

  1. #1

    Default Automatic Dynamic text scroll

    Im building a website for someone where they require a tickertape style News bulletin to scroll along the bottom of the page with all the latest news appearing.

    Obvioulsy as this will be updated a lot it needs to be dynamic, and load from an easily changeable text file which is of course easy to do.

    How though can i make the dynamically loaded text scroll horizontally along the bottom of the page and when it gets to the end of the text, goes back to the beginning again?

    Is this a hard way of doing a simple thing (possible in Dreamweaver alone)? Thanks for ne help!


    Gabbagod webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Help with Dynamic txt and Scroll bar componant
      Hello! Having issues with loading dynamic text then using the scroll bar componant. Please help! I want to import some dynamic text into a...
    2. Scroll 2 text by one scroll bar?
      Is there anyway to scroll 2 text fields at the same time by using one scroll bar?
    3. Scroll text with scroll bar
      I've created a chunk of text and I want it to scroll in a window. Managed to put a scroll bar on it, but cannot figure out how to size the window and...
    4. Dynamic Text and Scroll?
      Just wondering if its possible to have a dynamic text box, source file is a .txt file, and have that with a working scrollbar too? i use Flash...
    5. 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...
  3. #2

    Default Re: Automatic Dynamic text scroll

    this is pretty simple with flash. to get the effect you probably want you'll need to use a mask and that will require you to embed your textfield's font.
    otherwise, just create a textfield, load the text file (loadVariables), AFTER loading is complete assign the textfield's text property to be the text loaded and then script or tween your motion.


    kglad webforumsuser@macromedia.com 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