Error #2044: Unhandled ioError:. text=Error #2032

Hi to all,

I know that this is a common problem but I´m still struggling to get one of my .swf files to work. It´s named Gallery3D.swf This .swf needs gallery.xml file to work and it is on the right path. I have both files (.swf and .xml) on this path H:/Documents and Settings/Admin/My Documents/flash_tyon_alla/gallery

I have this kind of a code

var loader: Loader = new Loader();
loader.load( new URLRequest(“gallery/Gallery3D.swf”) );
addChild(loader);

And as I try to see if this works error appears

Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: file:///H|/Documents%20and%20Settings/Admin/My%20Documents/flash%5Ftyon%5Falla/gallery.xml
at local.display::Gallery3D/::startXMLGallery()
at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()

I have tested URLs of these two files on my browser and those work smoothly, so can anyone please help?:crying: