I’m creating many containers using actionscript, & for each container created, I’ve used this code:
_root["container"+n].loadMovie("http://www.mydomain.com/pics/"+n+".jpg");
Now the images load fine, but is there any way to control the _width & _height & _x/_y values of this newly loaded image? I’m trying to make a thumbnail thingy & load all these images into the thumbnails & have them the size/position of the containers created.