My source

here my .fla I have a text file saved as news.txt with the first line name=

had to upload it to webspace
http://www.obsidian-hosting.com/filestorage/homenews.fla
there ya are

alright, i found it. Frame 8 actions


loadText.onLoad = function() {
	_root.nemo.name.html=true;
	_root.nemo.name.htmlText = this.name;
};

change the loadText.onLoad=function(); to that and everything should work just find. :thumb: