http://ns35.webmasters.com/*musicboxtheband.com/httpdocs/
If you go there then go to >> Testimonials. On the left you’ll see my problem. Basically everything works but it is not rendering the text as html. Even though I have the “Render text as Html” button choosen. Here is my code below. Where I am pulling the file “feedback/fetchfeedback.php” into the text field feedback with the var name as feedbackText.
Any Ideas?? Here’s my code on the first frame of the text field.
**stop();
myData = new LoadVars();
myData.onLoad = function(){
feedback.text = this.feedbackText;
feedback.autoSize =true;
};
myData.load(“feedback/fetchfeedback.php”);
**