XML Path issues

so i’ve got this little piece of xml

<?xml version="1.0" encoding="UTF-8"?>

<gallery path="sized">

	<image source="001.jpg"/>

	<image source="002.jpg"/>

	<image source="003.jpg"/>

	<image source="004.jpg"/>

	<image source="005.jpg"/>

etc… is there any reason that this shouldn’t call my images from a folder called ‘sized’ within the same directory as my .fla file? Because right now it’s not doing so. photos in the same directory work, but not within the ‘sized’ folder.

any help would be greatly appreciated.

_grennex