# Dynamic xml scrolling text - why wont it work in flash 8?

**URL:** https://forum.kirupa.com/t/dynamic-xml-scrolling-text-why-wont-it-work-in-flash-8/231411
**Category:** Uncategorized
**Created:** [July 4, 2007, 2:59pm UTC](https://forum.kirupa.com/t/dynamic-xml-scrolling-text-why-wont-it-work-in-flash-8/231411 "2007-07-04T14:59:20Z")
**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, 2:59pm UTC](https://forum.kirupa.com/t/dynamic-xml-scrolling-text-why-wont-it-work-in-flash-8/231411/1 "2007-07-04T14:59:20Z")

</div>

i recently implemented on a website the xml scrolling text found on this kirupa tutorial:

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

works great in flash 6, but not at all in flash 8.

since the rest of the site i’m working on uses xml with flash 8 for the antialias for readabilty and justify text features which are not available in flash 6, the pages using the scroling flash 6 text pages are noticably inferior and less elegant.

has anyone found or got a solution to use the dynamic scrolling text code with flash 8?

or anyone know of a solution to apply a css style to the scrolling text code?

here is the code from the tutorial modified only to try and format the text file with html - hence: htmlText.

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

thanks, from switzerland.
