This allow you to embed images on background. Loading images on a ‘background’ layer, so your flash animation will not be affected. You have three ways to embed an image on background: 1.Align image in the top-left corner of the screen 2.Align image to the center of the screen (1&2 keep aspect ratio of the image) 3.Get the resolution of the scene and distort the image
Loading background images from an external xml file. Easy to add or remove images. For every image you can choose align mode.
Can be used like image gallery as well
Right click menu to get full screen
IMPORTANT ! – to load different images depend of your site location
First of all, when you try to load another images, you have to delete the existing images from “my_background” movieClip. Use this function:
function delete_clips(){
for(clips in my_background){
my_background[clips].removeMovieClip();
}
}
button.onRelease=function(){
delete_clips();
xml.load("another_file.xml");
}
You may be interested into my Ultimate Template


128 Purchases
50 Comments