Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-27-2009, 07:49 AM   PM User | #1
svibuk
New Coder

 
Join Date: Feb 2009
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
svibuk is an unknown quantity at this point
as3 auto scrolling text

function onLoaded(e:Event):void {

myTextField_txt.text = e.target.data;
myTextField_txt.scrollV+=1;

for (i = 0; myTextField_txt.height-2 ; i++)

{
myTextField_txt.scrollV -= i;

}
trace(e.target.data);
}


myTextLoader.load(new URLRequest("myFile.txt"));



i have the above code wherein i load data from external text file

i want the text to be vertcically auto scrolling on load without any scroll bar

can anybody help me
svibuk is offline   Reply With Quote
Old 02-27-2009, 12:55 PM   PM User | #2
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
Have you searched yet? http://www.google.com/search?q=flash...scrolling+text Plenty of scripts to work with.
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:29 AM.


Advertisement
Log in to turn off these ads.