Home ›
Flash
›
Image Viewers
Simple XML Image Slider
2008 Nov 15 Question & Comment: Yatko
Hello opinion,
Is it possible to change the background color from black to anything else?
2008 Nov 15 Question & Comment: opinion
ya, just set color value in bgcolor when published, alike:
<param name="bgcolor" value="#FFFFFF" />
<embed bgcolor="#FFFFFF" ... >
2008 Nov 24 Question & Comment: trolxlarmas
Hello, great job.
Have a cuestion: how can i put link targets?????
2008 Nov 24 Question & Comment: opinion
To trolxlarmas: sorry, targets not support in this version
2008 Nov 30 Question & Comment: Yatko
Hello opinion,
The external .as files (main and Classes) arent loading am I doing something wrong? There should be an option while embedding the swf?
http://clients.yatko.com/WebDesign/flash/test.html
The image width/height were changed, nothing else. If I delete all the .as files the result is the same, so they arent loaded.
2008 Nov 30 Question & Comment: opinion
To Yatko: ya, .as files it's source part, you no need upload it to server with swf file, you needed .as files only when you compile .fla file in a flash editor.
2008 Dec 01 Question & Comment: Yatko
To Opinion: one last question - I see that link targets are not included, but is it possible to open the link in the same window (to use the Image Slider as a menu or Product selector)? Any tip, where to change the code?
by the way: GREAT WORK!!! SMALL, CLEAN SOURCE AND EASY TO CONFIGURE!!!
2008 Dec 01 Question & Comment: opinion
To Yatko: for opening in the same window you need find line "navigateToURL(req);" in FadeItem.as and replace it to "navigateToURL(req,"_self");"
2008 Dec 27 Question & Comment: Hurup
Hi opinion.
I just buyed your app. And i love it ... I was wondering if/how i can adjust the speed of the slider? Maybe even repeatly run?
Something else is that i would like you have one flash app like this just with buttons < - > (back and forward) ? I would like to pay for it ...
Best Regards Rasmus
2008 Dec 29 Question & Comment: opinion
To Hurup: Hello, thank for purchase.
You can change slider speed in main.as by change 0.04 vaue in private var koefCentr:Number = 0.04;
I will add sliding via buttons < - > in update version soon.
Would you like to comment or ask questions from opinion?










Uploaded By: opinion
This is XML horizontal slider with bluring effect. Using AS3.
16 //images amount
pic/1.jpg ///images link
http://www.bigstockflash.com //images click link
Main setting:
settings.xml:
...
...
main.as:
private var itemWidth:Number = 133;//image width
fc. y = 100;//slider y position
FadeItem.as:
private var stageWidth:Number = 530;//stage width
private var picWidth:Number = 133;//image width
private var picHeight:Number = 100;//image height