Embedded Text not reading HTML
March 11th, 2010This is the code I am using on my Text boxes:
onClipEvent (load) {
{
loadText = new LoadVars();
loadText.load("text/links.txt");
loadText.onLoad = function(success) {
if (success) {
// trace(success);
linksBox.html = true;
linksBox.htmlText = this.myLinks;
}
};
}
}
when I do not embed the text it all works fine?
#If you have any other info about this subject , Please add it free.# |
Posted in dballastages.com | edit