Image loader inside Text Field

Hi,

I have one dynamic text field on the stage in which I am loading the data from the xml. Data includes one image also.

I am getting a string in the form:

"ashish <IMG SRC = ‘http://ashish:9080/test1/DocumentUpload/1107261979986_Sample.jpg’> <br>Male<br>12/12/1999<br> ";

Now this works absolutely fine on the local machine. But when I view at run time I didnt get the same image displayed in the (html) text field.

Does it take bit long to load the image at run time. Image size also is not more than 7kb. I dont know what to do…Can I have a preloader kind inside the dynamic html textfield.

Can anyone help me !!!


aShIsH