# Dynamic scrolling text

**URL:** https://forum.kirupa.com/t/dynamic-scrolling-text/231421
**Category:** flash
**Created:** [July 4, 2007, 4:36pm UTC](https://forum.kirupa.com/t/dynamic-scrolling-text/231421 "2007-07-04T16:36:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cuckoocreative](https://avatars.discourse-cdn.com/v4/letter/c/898d66/32.png) [@cuckoocreative](https://forum.kirupa.com/u/cuckoocreative)
#### Post date: [July 4, 2007, 4:36pm UTC](https://forum.kirupa.com/t/dynamic-scrolling-text/231421/1 "2007-07-04T16:36:36Z")

</div>

regarding this tutorial:

[http://www.kirupa.com/developer/mx/dynamic\_scroller.htm](http://www.kirupa.com/developer/mx/dynamic_scroller.htm)

works perfect in flash 6. when i try to publish to flash 8 it fails… and i need flash 8 to antialias the text for readabilty so as to match the dynamic flash 8 texts on the other pages which do not scroll…

has anyone else encountered this and/or know of a way to ‘fix’ it?

the code is so simple…

loadText = new loadVars();  
loadText.load(“kirupa.txt”);  
//creating the loadVarsText function  
loadText.onLoad = function() {  
scroller.text = this.kirupatext;  
};

why on earth would it fail in flash 8? wouldn’t post here for help if had not already tried everything within the realm of my modest comprehension and ability.
