Hi, i am fairly new to as3, but have done flash work years ago..

quick question..

i am using source from http://www.shinedraw.com/3d-illusion...on3d-examples/ for an image flip rotator.

Anyways there is a line of code there

private static var IMAGES:Array = [ "image1", "image2", "image3" ];

these are images manually loaded into flash

what i want to do is at this stage load an xml file, load the images into flash and give the images and instance name like above, so then the rest of the flash does what it does... there is some bitmap regeneration later on as well..

is this possible?

any help greatly appreciated