Question
Displaying an image to a TextField with the 'img' tag
Hi,
it is possible to display an image in a TextField by using html and the img-tag. The image is identified by an URI:
textField.htmlText = 'An image: <img src="c:\\myImage.png">';
Now here's my question: Is it possible to refer an image which is in the same .swf-file as the code?
Thanks,
Andreas
it is possible to display an image in a TextField by using html and the img-tag. The image is identified by an URI:
textField.htmlText = 'An image: <img src="c:\\myImage.png">';
Now here's my question: Is it possible to refer an image which is in the same .swf-file as the code?
Thanks,
Andreas