Hi,
I want to load an image in a dynamic textfield from xml. The problem is, when i execute the flash file i can see the image getting displayed. But when i publish and make an html, i cant see the image getting loaded in the browser (IE 6.0) but other text without the image is getting displayed.
I am getting image as a String containing text as well as image path as below:
<P align=‘center’>Ashish Chandras</P><BR><P><IMG src=‘image.jpg’ /></P><P>Address:Bla Bla Bla…</P>
I can see the text but couldnt see the image when i publish the file. I am using flash mx 2004 and publish settings are AS 2.0 and Player is 7.0.
Any pointers towards this…???
Thanks in adv
aShIsH