in flashCS3.app i think all you have to do is:
var thumb_url = my_images[i].@URL;
var thumb_loader = new Loader();
thumb_loader.load(new URLRequest(thumb_url));
but i am using flex + as3project.
how can i translate? do i need some sort of bitmapdata class or is there a more transparent translation? the error i get is something along the lines of "content type undefined".
thanks,
jml