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.
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) .
- - 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.
- direction : this property holds a value for a direction of animation for the image.
You may also be interested in my most popular file









139 Purchases
66 Comments