# Xml with \<img\> Tag under Mask

**URL:** https://forum.kirupa.com/t/xml-with-img-tag-under-mask/239558
**Category:** Uncategorized
**Created:** [September 23, 2007, 12:37pm UTC](https://forum.kirupa.com/t/xml-with-img-tag-under-mask/239558 "2007-09-23T12:37:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![n0tiert](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/n0tiert/32/4054_2.png) [@n0tiert](https://forum.kirupa.com/u/n0tiert)
#### Post date: [September 23, 2007, 12:37pm UTC](https://forum.kirupa.com/t/xml-with-img-tag-under-mask/239558/1 "2007-09-23T12:37:04Z")

</div>

Hi all,

I have a problem with setMask & the \<img\> tag …

all stuff is at runtime  
contentMC contains txtfield  
overlay is mask MC  
contentMC.setMask(overlay);

i load an external XML … wich contains \<text\>bla bla bla \<img = src=“lala.jpg” width=“100” height=“100” /\>bla bla bla\</text\>  
if i set mask on contentMC  
the text is shown but the image is blank(hidden whatever)  
as soon i remove the mask it´s there but the content scrolls outside (overlaps other stuff)

ne idea how to solve this ?
