anyone?
how to made links in the dynamicly loaded text…
for example i have blaa.txt and i want add there links and some
txt style …
i wanna made my news post easyer…
so if anybody knows…plz help :)
What code are you using to load your text in?
loadVariablesNum (“scroller.txt”, 0);
I recommend loadVars… something like this…
http://www.kirupa.com/developer/mx/dynamic_scroller.asp
And if you use the code in there, you can HTML enable your text so you can use font formatting tags and create HTML links as well.
Take the code in that tutorial and change it like this…
loadText = new loadVars();
loadText.load("kirupa.txt");
//creating the loadVarsText function
loadText.onLoad = function() {
scroller.html = true;
scroller.htmlText = this.kirupatext;
};
but if y have better idea to do that…pls tell me…
i was using also tutorial from kirupa to scroll the text.
ok i will try that one:)
Let me know how that goes.
hmm…seems ok…but still if i put hmtl code in text file …is not working. it shows like normal text…
Did you change the script from the tutorial to the script I have above?
The one that adds scroller.html = true and such.
Keep in mind that it says scroller is the instance name of your text box.
hei man…!!!11
big big thank to you :)))))
it works now, and i will try to made some nice stuff with that…
tahnks:))))
No problem