Search  

MODULAR PICTURES AND SWF'S BANNER ROTATOR WITH FADE EFFECT

HomeBrowse CategoriesFlashApplications and Utilitiesmodular pictures and swf's banner rotator with fade effect
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.
Hi ,

This is a powerful banner picture and swf file rotator. It’s capable of loading and displaying pictures and swf files. 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:
// example xml //
<images folderpath="images/"  desceasing="easeInOutQuint" preload="3" speed="2.4" descspeed="1.3">
<image url="cyan_businesshandshake.jpg" time="2" ><![CDATA[ HTML Text]]></image>
<image url="random_statue.jpg"  time="1"><![CDATA[HTML Text ]]></image>
<image url="scottwills_building1.jpg"  time="1.5"><![CDATA[ HTML Text]]></image>
<image url="external_like_matrix.swf"  time="1.5"><![CDATA[ HTML text]]></image>
<image url="cyan_hawksburyriver.jpg"  time="3"><![CDATA[ HTML text]]></image>
<image url="scottwills_cityscape.jpg" time="1.5"><![CDATA[ HTML text]]></image>
</images>
</data>// end example 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 …

desceasing : this property holds a value for easing of pictures on the stage, all easing equations used by Tweener class , are accepted, there are more than 40 equations. If this paremeter is omitted , it defaults to ‘linear’ Check out the demos for all equations here: ”>http://hosted.zeh.com.br/tweener/docs/en-us/misc/transitions.html

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’.

descspeed : this parameter is the same as speed parameter, but it controls the speed of description mc.

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 , untill the next image becomes available.

More high quality files

View my complete portfolio

Posted 2 months ago

why are all pictures are getting loaded at the start? or didn’t i see this right?

Posted 2 months ago

@ michelsteege
You can set how many pictures you want to be loaded on start ,and then slide show will start to play, while other pictures continue to load.
There is a property in xml , where you set how many pictures you want to be loaded , before the slide show starts.
:)

Posted 2 months ago

This is incredible!!!!!! Awesome!

Posted 2 months ago

very nice file, dude :)

Posted 2 months ago

does this file enable resizing? I wish to use a masked version – is this possible?

Posted about 1 month ago

Hi dSKY

What a great job … 10 $ seems cheap .... Thanks :-)

A question:

If one or more pictures has no description(text) is it possible to avoid the textbackground from appearing?

That would be a great feature :-)

Maybe its easy to do but the script is quit overwhelming ;-)

Thanks

//Lars, Copenhagen

Posted about 1 month ago

Hi sSKY

A random possiblity would be great too :-)

//Lars

Posted about 1 month ago

To Northey

It looks like its very easy to avoid the image resizing – try to remove this function: function setBgSize.

It seems to do the trick :-)

//Lars Copenhagen

Posted about 1 month ago

thanks m-a-r-s for all suggestions I’ll take them in to consideration , for future versions. :)

Posted about 6 hours ago