Advanced Images Slider Vertical Fully resizable and customizable vertical images menu slider with xml settings.
Features: - Fully resizable - Customizable sizes/borders/margin/colors/opacity - Any images amount - Small size ONLY 7 kb swf - Any images sizes and sides ratio - Full support HTML tags in title (br,i,a href,b,font face color size etc.) - Target link support - Few smoothing levels, can be viewed on low-end machines - Customize thumbnails align (Left/Center/Right) - Tooltip can be easy disabled, just leave are empty title in xml file - Easy modify and easy using as part of another Flash AS2 projects
All you need to do it's add your images paths and links to xml file.
Main XML setting:
<config> <Thumbs_width>160</Thumbs_width> //Thumbnails width <Thumbs_height>80</Thumbs_height> //Thumbnails height <Thumbs_border_size>20</Thumbs_border_size> //Thumbnails border size <Thumbs_border_color>FFFFFF</Thumbs_border_color> //Thumbnails border color in RRGGBB format <Thumbs_border_alpha>0</Thumbs_border_alpha> //Thumbnails border opacity <Thumbs_margin>10</Thumbs_margin> //Distance between thumbnails <Background_color>666666</Background_color> //Background color in RRGGBB format <Background_image></Background_image> //Background image path <ImageSmoothingLevel>2</ImageSmoothingLevel> //Smoothing Level (0-2) 0 - min CPU Load; 2 - max CPU Load <Thumbs_line_align>Left</Thumbs_line_align> //Thumbnails align (Left/Center/Right) <Thumbs_line_margin>15</Thumbs_line_margin> //Thumbnails margin from Right or Left side <Tooltip_width>180</Tooltip_width> //Tooltip width </config>
- title //Title, text under thumbs. You can use HTML tags in description (br,i,a href,b,font face color size etc.). If title are empty Tooltip will not shows - link //click link url - target //link target (_blank,_parent, etc...) - imgsrc //Path to big image
Fully resizable and customizable vertical images menu slider with xml settings.
Features:
- Fully resizable
- Customizable sizes/borders/margin/colors/opacity
- Any images amount
- Small size ONLY 7 kb swf
- Any images sizes and sides ratio
- Full support HTML tags in title (br,i,a href,b,font face color size etc.)
- Target link support
- Few smoothing levels, can be viewed on low-end machines
- Customize thumbnails align (Left/Center/Right)
- Tooltip can be easy disabled, just leave are empty title in xml file
- Easy modify and easy using as part of another Flash AS2 projects
All you need to do it's add your images paths and links to xml file.
Main XML setting:
<config>
<Thumbs_width>160</Thumbs_width> //Thumbnails width
<Thumbs_height>80</Thumbs_height> //Thumbnails height
<Thumbs_border_size>20</Thumbs_border_size> //Thumbnails border size
<Thumbs_border_color>FFFFFF</Thumbs_border_color> //Thumbnails border color in RRGGBB format
<Thumbs_border_alpha>0</Thumbs_border_alpha> //Thumbnails border opacity
<Thumbs_margin>10</Thumbs_margin> //Distance between thumbnails
<Background_color>666666</Background_color> //Background color in RRGGBB format
<Background_image></Background_image> //Background image path
<ImageSmoothingLevel>2</ImageSmoothingLevel> //Smoothing Level (0-2) 0 - min CPU Load; 2 - max CPU Load
<Thumbs_line_align>Left</Thumbs_line_align> //Thumbnails align (Left/Center/Right)
<Thumbs_line_margin>15</Thumbs_line_margin> //Thumbnails margin from Right or Left side
<Tooltip_width>180</Tooltip_width> //Tooltip width
</config>
Item XML setting:
<images>
<image>
<title><![CDATA[<b>Proin</b> mauris <font color="#33AA33">risus</font>]]></title>
<link>http://google.com</link>
<target>_blank</target>
<imgsrc>images/3.jpg</imgsrc>
</image>
...
</images>
- title //Title, text under thumbs. You can use HTML tags in description (br,i,a href,b,font face color size etc.). If title are empty Tooltip will not shows
- link //click link url
- target //link target (_blank,_parent, etc...)
- imgsrc //Path to big image