Hi,
yes, that is possible,
the textfield plugin just uses the flash intern html renderer,
it has a very limited html support but simple images are possible
e.g.
<img src="image1.jpg" width="100" height="80" /><br/>
<img src="image2.jpg" width="100" height="80" /><br/>
but one important note - the paths of the images are
relative to the html file!
when you use the
flashplayer debug plugin you will get a error from
the flashplayer when the image can't be loaded,
I'm not sure but I think the normal flashplayer will just display nothing
when a image can't be found,
best regards,
Klaus