Weird Dynamic Scroller Issue

Hey all,

I used Kirupa’s dynamic scroller tutorial and it all worked fine. It’s in a movie called “welcomemx.swf”. Now when I run “sitemx.swf” which imports “welcomemx.swf” into it, the txt doesn’t show…Here’s my code:


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

Can anyone help? :trout:

Thanks in advance!

Ben