Flash components Flash files Horizontal Menus

Advanced Images Slider Horizontal

$6.00
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON- COMMERCIAL PROJECT - details
ID: 1093 | Views: 5620 | Downloads: 22
Or

moredhunter
Uploaded By: dhunter Author
Fully resizable and customizable images menu slider with xml settings.

Features:
- Fully resizable
- Customizable sizes/borders/margin/colors/opacity
- Any images amount
- Small size ONLY 6 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
- Easy modify and easy using as part of another Flash AS2 projects

All you need to do it's add your images paths,links and title to xml file.


Main XML setting:


<config>
//Thumbnails width
<Thumbs_width>160</Thumbs_width>
//Thumbnails height
<Thumbs_height>80</Thumbs_height>
//Thumbnails border size
<Thumbs_border_size>20</Thumbs_border_size>
//Thumbnails border color in RRGGBB format
<Thumbs_border_color>FFFFFF</Thumbs_border_color>
//Thumbnails border opacity
<Thumbs_border_alpha>10</Thumbs_border_alpha>
//Distance between thumbnails
<Thumbs_margin>10</Thumbs_margin>
//Background color in RRGGBB format
<Background_color>666666</Background_color>
//Background image path
<Background_image></Background_image>
//Smoothing Level (0-2) 0 - min CPU Load; 2 - max CPU Load
<ImageSmoothingLevel>2</ImageSmoothingLevel>
</config>



Item XML setting:

- title //Title, text under thumbs. You can use HTML tags in description (br,i,a href,b,font face color size etc.)
- link //click link url
- target //link target (_blank,_parent, etc...)
- imgsrc //Path to big image


ASK Ask a question & Live a coment (Public)
moreastherix
astherix said
Posted on 2009 Mar 29
hi dhunter, i need flash horizontal image infinite autoslider, btw: http://www.alize.sk/ - but horizontal for me, help me? thanks jerry

moredhunter
dhunter author said
Posted on 2009 Mar 29
To astherix:
As i understand you need a vertical scroller.
This version only a horizontal, i will prepare vertical version soon and you'll can buy it

moreastherix
astherix said
Posted on 2009 Mar 29
thanks, but i need "infinite/looping" slider and "auto start move", correctly such, how be here www.alize.sk. Only that was he horizontal.

moreBasstig
Basstig said
Posted on 2009 Apr 09
Can titles be in Arabic language?

moredhunter
dhunter author said
Posted on 2009 Apr 10
To Basstig: yes

moreBasstig
Basstig said
Posted on 2009 Apr 10
That means we just need to but the titles in the xml files in Arabic language and the this Flash will render them from right to left? Please show and example if you would I can send you a test xml file.

moretkeaton
tkeaton purchased said
Posted on 2009 Jul 09
Just downloaded - thanks.

One question; I can't change the background image from the "advanced image slider" background. I uploaded a new background image and set the path to it in the data.xml file but it doesn't change.

morefdorce
fdorce purchased said
Posted on 2009 Oct 04
How do I take the gray off of the pictures. I just want all the pictures to be their original colors.

moredhunter
dhunter author said
Posted on 2009 Oct 04
To fdorce: you need remove MakeGray function in code

morefdorce
fdorce purchased said
Posted on 2009 Oct 04
where is it? And how do I take it off?

moredhunter
dhunter author said
Posted on 2009 Oct 04
To fdorce: just click to first frame of layer "as" and press F9 then find // B/W/COLOR (59 line) and remove function
MovieClip.prototype.MakeGray = function(zerokoef) {
import flash.filters.BitmapFilter;
import flash.filters.ColorMatrixFilter;
var matrix:Array = new Array();
var r = 77/255;
var g = 150/255;
var b = 25/255;

matrix = matrix.concat([r*zerokoef+1-zerokoef, g*zerokoef, b*zerokoef, 0, 0]);
matrix = matrix.concat([r*zerokoef, g*zerokoef+1-zerokoef, b*zerokoef, 0, 0]);
matrix = matrix.concat([r*zerokoef, g*zerokoef, b*zerokoef+1-zerokoef, 0, 0]);
matrix = matrix.concat([0, 0, 0, 1, 0]);

var filter:BitmapFilter = new ColorMatrixFilter(matrix);
this.filters = [filter];
};

moreStoan
Stoan said
Posted on 2009 Nov 24
Did you ever make the vertical version of this. I'd like to buy both


more

Do you have any comment or questions about dhunter file?


Please register & login before you post!