If anyone can help me autoscroll some dynamic content in as3 you will be rewarded ..$$ 
geoken: cheers for that, but my flash works kinda differently as im extracting the data out as rows:
Here is what i am re creating in flash:
http://www.djbsw.co.uk/djbslbdemo/
It is all currently working & all dynamic but i cannot get it to scroll when there are more than 10 players. Is this something you could help me out with?
Posted about 1 month ago
I don’t know how simplistic you are looking for but…
addEventListener(Event.ENTER_FRAME, function(){ yourMC.y = yourMC.y+1; });
EXPANDED : http://www.copypastecode.com/codes/view/1206
Posted about 1 month ago