Search  

FULL SCREEN PICTURE AND BANNER BACKGROUND TEMPLATE ROTATOR FADE

HomeBrowse CategoriesFlashSite Templatesfull screen picture and banner background template rotator FADE
Full_screen_preview

ATTENTION !!


In the publish settings, under flash tab , on the bottom , there is a “local playback security” setting , change it to access local files only.

This is a powerful background picture and swf file rotator. It’s capable of loading and displaying pictures and swf files in the background of your flash site. There is nothing in the library of this file, everything is controlled through ActionScript code and external XML file.

When you use this file in your own applications , you just need to create one layer and one empty movie clip and give it an instance name of ‘imagesHolder’. All images and external swf files will be loaded in it. Place the layer to be the first one in the file , so all other content and layer will go above this one.

All important properties for this file are controlled through xml:

folderpath : is the property that holds the value for path to the images , in this example value is “images/” that means that the full path for the images will be: images/image1.jpg ; images/image2.jpg ; etc …

preload : holds a value for how many images of total images are going to be preloaded , that means if there are 10 images or external swf’s and we set the property for preload to be 5 , animation won’t start to play untill at least 5 images are preloaded. When those five images are preloaded, the rest of the images will start to load also , but animation will play after only five images are loaded. The rest of the images are loaded in the background. If the animation comes to a picture that hasn’t been loaded yet , animation will hold current image on stage , and wait for the next image to load, as soon as the image loads , animation will continue. if you don’t provide value for this parameter , all images will be loaded right on start. This property is very handy , because user doesn’t have to wait for all images to be loaded before he sees any images on the stage at all.

speed : holds a value for the speed of image animations (how long will take each image to animate in to position on the stage) . Value is presented in number of seconds so in this example images will take 2 seconds to complete the animation. if you don’t provide a value for this parameter , default value is ‘2’.

url : holds the url for the picture or external swf file, url value will be added to imagepath value to for the full path to the image. For example , path to first image in xml file will be : images/picture1.jpg Note that you can use any name for the image, it doesn’t have to be : image1.jpg ; image2.jpg ;image3.jpg it can be anything you like: beach.jpg ; winter.png ; externalSWF.swf ; etc….

time : holds the value for how long will every image be on the stage. Values are in seconds , so , in this example image1.jpg will be focused for 2 seconds. After 2 seconds pass , another image will slide on the stage , provided that the next image is loaded , if not image1.jpg will stay on the stage , until the next image becomes available.

More high quality files

View my complete portfolio

Posted 2 months ago

i can’t see any rotating image.. just only one image is still there…

Posted 2 months ago

There is a small typo in xml , file is in the update queue.

Posted 2 months ago

my screen is black – I cannot see any picture :-(

Posted 2 months ago

This one is great

Posted 2 months ago

Preview file is updated , everything works fine in the preview now.
Enjoy :)

Posted 2 months ago

Very nice and fluid motion. Good job :)

Posted 2 months ago

Can we specify where we want the picture or .swf to align and resize to? For example, bottom left corner?

Posted 2 months ago

Is it possible to change the path and name of the images.xml? i’ve tried to change it in pictures_background_sale.as but with no success. Anyone?

Posted about 1 month ago

yes it’s possible, you can call your xml whatever you like, and put it where ever you like….

Posted about 1 month ago

I just bought and I can’t see anything

Posted about 1 month ago

is there any particular reason this would not work if i am loading it into a site with this code?

var bgToLoad0:String = “bg_ani.swf”; var bgLoader0:Loader = new Loader(); var bgURL0:URLRequest = new URLRequest(bgToLoad0); bgLoader0.load(bgURL0); var bg0:Sprite = new Sprite(); bg0.addChild(bgLoader0); addChild(bg0);

it works ok when i have it standalone, but when i load it as an external movie it just sits on the first frame.

thanks for any help!

Posted about 1 month ago

i think i figured it out. this fla is in actionScript 2 and the movie that i am importing it into is AS3 .

oops, i wasted some money.

Posted about 1 month ago

Actionscript 3 version is coming soon :)

Posted about 1 month ago

great file! thanks!

Posted about 1 month ago

The file is great and it’s working really well! One question though: is it possible to have the images running in random mode?

Posted about 1 month ago

Outstanding product. Check it out in action at http://www.unlvrollerhockey.com !

Posted about 1 month ago

Great script! It is posible to center image verticaly to have the center of image always in the browser? Thank You

Posted 1 day ago

yes it’s possible, there is a custom class in the latest update , called Align look in to that class there are methods for all corners of the screen.

Posted 32 minutes ago

@two4teezee That site looks great!

Posted 31 minutes ago