Hi, I got this great set up…
/*
loadText = new LoadVars();
loadText.load(“parksFireLetter.txt”);
//creating the loadVarsText function
loadText.onLoad = function() {
//scroller.htmltext = this.parksFireLettertext;
scroller.htmltext = this.parksFireLettertext;
};
*/
Loads text just like it’s supposed to… until I try to move this dog-and-pony show to the second page of another Flash doc. Then it won’t bring in the type.
I copied over the Flash UI Components from the original file.
Any ideas? Thanks.