Xml scroller advance to frame

Trying to make this move to a specific frame. I think I’ve got the AS straight but not sure about the xml.

Mine looks like this with frame numbers in the url nodes:


 <images>
     <image>
         <path>images/angel.jpg</path>
         <url>1</url>
         <caption>nr 1</caption>
     </image>
     <image>
         <path>images/apple.jpg</path>
         <url>2m</url>
         <caption>nr 2</caption>
     </image>
     <image>
         <path>images/aqua.jpg</path>
         <url>3</url>
         <caption>nr 3</caption>
     </image>
     <image>
         <path>images/chrome.jpg</path>
         <url>4</url>
         <caption>nr 4</caption>
     </image>
     <image>
         <path>images/circles.jpg</path>
         <url>5</url>
         <caption>nr 5</caption>
     </image>
 </images>
 

my fla and xml:

and the originals: