Hey everyone,

I've read a lot of posts on this topic and have tried a bunch of different things, but I can't get it to work.

I have a movie with a dynamic text are that pulls from an external text file on the server. The HTML I'm using in the text file works, except for the <img> tag. I can't get it to render. I even tried putting extra blank lines in the text file to "make room" for the image as someone had suggested.

Here's the test page: http://www.sprucenubblefarm.com/ACT/index.html

Here's the text file: http://www.sprucenubblefarm.com/ACT/newsflash.txt

I have been pulling my hair out with this one all day. Oh.. here's the actionscript for the dynamic text. and I'm using MX 2004 Professional ver. 7.2

myData = new LoadVars();
myData.onLoad = function() {
myText.html = true;
myText_txt.htmlText = this.myVariable;
};
myData.load("newsflash.txt");


Will send $50 via PayPal to the first person who can fix this!

Thanks,
Amy