Hi

Im trying to load a small pice of HTML from our CMS system into the textarea
component.

If an image src is a dynamic file the image is not rendered
<p><img src="http:/www.mysite.com/images/image.asp?id=15"></p>

When i change the HTML to :
<p><img src='http:/www.mysite.com/images/vinter.jpg'></p>
evrything works fine!

If i try loading the image into flash using
..loadMovie("http:/www.mysite.com/images/image.asp?id=15") it works OK...

Does anyone have an idea why the textarea won't show dynamic images ???

Best regards
PederA