Been trying to use the img scr tag in flash to embed an image in a text field, just cant get it to be the way I want…
I want the text to be:
This i s a nice image: “image”
but it always ends upp like this:
This i s a nice image:
“image”
this is my code:
textArea.wordWrap = true;
textArea.html = true;
textArea.htmlText = "This i s a nice image:<img SRC=/farger/lime2.jpg/>";