Flash components › Flash files › Image Viewers
Details
Uploaded: 22 April 2010
Opens With: Flash CS3 (9+)
Files Included: FLA,AS,SWF,JPG,XML,HTML,JS
Size: 33kb
Action Script: AS3
Resolution: Resizable
Documentation: good
Keywords: customizable, resizable, unlimited, xml, image viewer, image gallery,
Do you like this file?
width & height: these parameters can be found in the javascript code of index.html,
that controls the flash size ( you do not need to edit the flash source file ).
The following parameters can be found in main.xml:
stage_width = "795" ( flash width, should be equal to "width" you set in html )
stage_height = "600" ( flash height, should be equal to "height" you set in html )
image_border_width = "5" ( big image border width )
image_border_color = "0x151515" ( big image border color )
next_button_bgColor = "0x151515" ( next button background color )
next_button_arrowColor = "0xeeeeee" ( next button arrow color )
prev_button_bgColor = "0x151515" ( prev button background color )
prev_button_arrowColor = "0xeeeeee" ( prev button arrow color )
thumbnail_bottom_margin = "15" ( thumbnail bottom margin )
thumbnail_width = "75" ( thumbnail width )
thumbnail_height = "60" ( thumbnail height )
thumbnail_perPage = "6" ( thumbnails per page)
thumbnail="thumbnail/XMLImageGallery1.jpg" ( your thumbnail image url )
big="big/XMLImageGallery1.jpg" ( your big image url )