I am trying to load multiple URLS into one web object one after the other. i need to open various URLS when the first one loads and finishes loading the other one loads. each url returns an XML code. when it finishes loading i need to open the other one and the next one. it reads the URLS from a text file. i have managed to do that. ive managed to make the app return all the urls in a paragraph object but i cant seem to make the urls load one after the other into the web object

