Get Adobe Flash player

Stylish Slider

Adjust width and height values of the Flash file ( flashmo_271_stylish_slider.swf ) in swfobject.embedSWF(); Javascript function

Example:

XML file name

xml_file = flashmo_271_photo_list.xml ( or any file name can be set in JavaScript )

Example: flashvars.xml_file = "flashmo_271_photo_list.xml";

Variables in XML <config> tag

hover_effect = true by default ( or false ) for mouse pointer over image area

auto_play = true or false

auto_play_duration = 3 seconds ( or any number of seconds )

tween_duration = 0.7 seconds by default ( motion tweening duration of each block )

tween_delay = 0.02 seconds by default ( delay between each block )

default_effect = easeInOutQuart ( or see below Tweener transition cheat sheet for more options )

default_row = 3 rows by default ( number of rows to slice up all photos if each photo transition tag row is not defined )

default_column = 5 columns by default ( number of columns to slice up all photos if each photo transition tag row is not defined )

Transitions in each photo <transition> tag

direction = left | right | up | down | center | random

row = number of rows to slice up a particular transition between 2 photos

column = number of columns to slice up a particular transition between 2 photos

effect = easeInOutQuart | easeInOutCubic | easeInOutExpo | easeInOutSine ( or see below Tweener transition cheat sheet )

fade = in | out if direction is set to center

scale = in or out if direction is set to center

Get Adobe Flash player