> <mx:HTTPService id="photosIn" url="images/gallery/photos.xml" > result="photosInHandler(event)"/>
Try adding useProxy="False" as follows: <mx:HTTPService id="photosIn" url="images/gallery/photos.xml" result="photosInHandler(event)" userProxy="false"/> Hope that helps.

