Ask a Question related to Macromedia Flash, Design and Development.
-
Sean #1
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
-
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... -
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); -
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... -
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... -
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... -
Brandon Bradley #2
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



Reply With Quote

