Adjust width and height values of the Flash file ( flashmo_259_fluid_gallery.swf ) in swfobject.embedSWF(); Javascript function
Example:
- swfobject.embedSWF("flashmo_259_fluid_gallery.swf", "flashmo_slider", "900", "480", "9.0.0", false, flashvars, params, attributes);
- SWF width value is set as 900 pixels and height value is set as 480 pixels in this HTML page
- Both width and height values can be absolute (fixed by pixels) or relative (set in percentage)
xml_file = flashmo_259_photo_list.xml ( or any file name can be set in JavaScript )
Example: flashvars.xml_file = "flashmo_259_photo_list.xml";
folder = "photos/" the folder name where all images are located
show_tooltip = true or false
auto_play = true or false
auto_play_button = true to show or false to hide ( located at top right corner )
auto_play_duration = 5 seconds ( or any number of seconds )
thumbnail_area_width = 710 pixels ( or any number of pixels )
thumbnail_height = the height value of thumbnails
thumbnail_spacing = 10 pixels ( horizontal spacing between one thumbnail and another )
thumbnail_border_size = 5 pixels ( or any number of pixels )
thumbnail_border_color = #EEEEEE ( any color HEX value )
thumbnail_highlight_color = #333333 ( any color HEX value ) - border color of the selected thumbnail
previous_button = true or false ( located at center left side )
next_button = true or false ( located at center right side )
fullscreen_button = true or false ( located at bottom right corner )
scale_options_button = true or false ( screen fit, screen fill, no scale buttons located at top left corner )
image_scale_option = 1 for screen fit | 2 for screen fill | 3 for no scale ( the default value of image scaling )
description = true to show or false to hide ( located at the top center )
description_bg_color = #000000 ( any color HEX value )
description_bg_alpha = 0.6 ( 0.00 to 1.00 for alpha value )
css_file = flashmo_210_style.css ( or change to another CSS file name ) - to format the HTML description text field
tween_duration = 0.5 seconds ( or any number of seconds ) - fade in/out transition duration between two photos
tween_effect = linear or easeOutSine or easeInOutQuad ( or see below Tweener transition cheat sheet for all options )