on (release) {
loadText = new loadVars();
loadText.load(“certain.txt”);
loadText.onLoad = function() {
scroller.text = this.certaintext;
};
}
and there is 5 button, each button load different external text file.
now, my question is i want a preloader show up when i click the button.(in case the file size is big). i am not asking on how to do a preloader, but where should i put the preloader?
and, can we make the text inside the text file linkable? what i think is cannot, but i want to make sure from you guys.
*Originally posted by toh *
**and there is 5 button, each button load different external text file.
now, my question is i want a preloader show up when i click the button.(in case the file size is big). i am not asking on how to do a preloader, but where should i put the preloader? **
onLoad does the job of preloading.
*Originally posted by toh * can we make the text inside the text file linkable? what i think is cannot, but i want to make sure from you guys.
Sure, Insert the script below into your Flash Movie:
really thanx h88 for solving this question.
but, how about the preloader. just like the bit-101.com, where when you click on the button, a preloader say LOADING xxx.txt before the text show up.
and according to the author of bit-101, the navigation is loaded from XML. how to do that? can someone show me, or where to find such kind of tutorial?
*Originally posted by toh *
**really thanx h88 for solving this question.
but, how about the preloader. just like the bit-101.com, where when you click on the button, a preloader say LOADING xxx.txt before the text show up. **