Flash components › Flash files › Image Viewers
Banner Rotator Slideshow Pixel Dissolve effect
|
Posted on 2009 Oct 18 |
|
Posted on 2009 Oct 18 |
|
Posted on 2009 Nov 20 |
Also I am just looking for a simple dissolve, no pixels - how do I do that?
Can you please help? Thank you.
|
Posted on 2009 Nov 20 |
I'm sorry but it is not possible.
|
Posted on 2009 Nov 21 |
Thank you.
|
Posted on 2009 Nov 21 |























You can use it as a slideshow.
It loads images (.JPG, .PNG, .GIF) and Flash files (.SWF).
It has 18 settings in the XML file.
Moreover, the code is OOP in external classes easy to change.
The download files contain a help.txt file with instructions.
You can set:
* high number of images or SWF's through the XML file
* the banner's width and height
* target URL's for each image
* the button background and text color, for over and normal state
* the load bar color
* the time interval between transitions (you can specify the duration in seconds for each image /
SWF in the XML file)
Here is what you can set in the XML file, without the need of touching the Flash file:
main_width - the width of the banner
main_height - the height of the banner
loader_color - the load bar color
buttons_position - the buttons position
loader_position - the load bar position
transition_delay - the time interval between transitions (in seconds)
auto_play - this will start playing as a slideshow if is set to yes, otherwise the play button needs to be pressed
show_roll_over_effect_on_image - you can relieve the brightness effect of the image when the
mouse slide over the image
open_url_on_image_click - disable or enable the clicking on the image in order for a page to open or not.
hide_buttons - with this option you can hide or show the buttons, in order to have a
slideshow of images
- 8 more options for coloring the buttons over and normal states.
Along with this application you will receive the Dissolve class, it is a reusable class in AS 3.0 that makes a transition between two DisplayObjects with a pixel dissolve effect.