Dynamic XML Image Ga
Posted By: volvox
Package Includes:
FLA, pdf,swf,xml
Opens with:
Flash CS3, Flash CS4
Viewable with:
Flash Player 9 and above
AS Version:
Action Script 3.0
Average Rating: Awaiting one vote
Version: 2.0
About
Dynamic Image Gallery component is a complete image gallery Flash component and application driven by XML which targets to provide flexibility to the non programming users. It's a highly customizable image gallery that can be configured with a simple text editor by editing its 30+ useful configuration.
I tried to create a flexible Image Gallery Component that can be easily customized without having knowledge of Flash. While I was developing this, my goal was to create it in such a way that it can support various layouts without recompilation and can be used in various web projects by keeping the Flash file intact.
And I finally created this. I hope this will be helpful to you.
Compatibility:
Using:
- Flash player 9.0 and above
Authoring:
- Actionscript 3.0;
- Flash CS3 and above.
Includes:
- Flash CS3 Flash file containing the component;
- Sample configurations;
- Sample gallery;
- Example layouts;
- Help document.
Features:
- Highly Customizable: over 30 settings can be changed through XML.
- Works in three modes : Compact, Expanded, Fullscreen.
- Supports background sound with spectralizer.
- Sound can be paused and resumed.
- Thumbnail grid with indexer for easier browsing of large number of images.
- Compact and Fullscreen Slideshow.
- Unlimited number of images.
- Supports SWF as content.
- Animated transformation between modes.
- Compact and lightweight: low memory consumption and CPU usage.
- Various layouts through XML.
You can change following in
config.xml
album_xml_src
sound_enabled
sound_url
repeat_sound
outside_align
right
bottom
skin_color
auto_slide_show
slide_interval
image_dir
thumbnail_dir
thumbnail_size
thumbnail_image_size
thumbnail_inter_space
thumbnail_border_color
grid_right
grid_bottom
grid_row_count
grid_column_count
grid_arrow_enabled
grid_arrow_outside
grid_indexer_enabled
indexer_auto_aligned
indexer_right
indexer_bottom
frame_right
frame_bottom
frame_width
frame_height
frame_border_size
frame_border_color
frame_border_alpha
frame_right_expanded
frame_bottom_expanded
frame_width_expanded
frame_height_expanded
photo_text_enabled
Installation
Installation is very simple.
1> open xmlGallery.fla
2> drag the main component(Gallery Component) from the library to the stage
3> give it an Instance name(say ' gallery').
4> Finally call
- Code: Select all
gallery.loadSettings ("config.xml");
and you are done.
Full user manual included describing customization info and guide to integrating to your website.
Enjoy!