I think there is a bug when using the TextSymbol with the <img tag inside the htmlText;
for example,
var ts:TextSymbol = new TextSymbol();
ts.htmlText = "<img src='images/2.png' height='20' width='20' />";
I inspect the network traffic and I see it looping forever to fetch the file ?
Thanks