Xml url

hey guys,

im am tryin to make an xml base gallery but im running into some problems.
according to me is everything fine. xml, fla and images are in the same folder but somehow i get: [COLOR=“Red”]Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.[/COLOR]

now here is the XML:[COLOR=“SeaGreen”]
<GALLERY>
<IMG=“images/float_head.jpg” THUMB=“images/gaine_thumb.jpg” DESCRIPT=“FLoat Head” />
<IMG=“images/float_head.jpg” THUMB=“images/float_head_thumb.jpg” DESCRIPT=“FLoat Head” />
</GALLERY>[/COLOR]


AS3
[COLOR=“Blue”]var IMGLoader:Loader = new Loader();
IMGLoader.load(new URLRequest(xmlData[bx].@IMG));
IMGLoader.x = 100;
IMGLoader.y = 100;
dis.addChild(IMGLoader);[/COLOR]

now…when i change IMG to THUMB, it works.

can anyone please help me?