Flash components Flash files Image Viewers

Simple XML Image Slider

$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: 49 | Views: 17220 | Downloads: 24
Or

moreopinion
Uploaded By: opinion Author
This is XML horizontal slider with bluring effect. Using AS3.

Main setting:
settings.xml:

<sets>
<picturesAmount>16</picturesAmount> //images amount
<picturesUrl0>pic/1.jpg</picturesUrl0> ///images link
...
<url0>http://www.bigstockflash.com</url0> //images click link
...
</sets>


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


ASK Ask a question & Live a coment (Public)
moreYatko
Yatko purchased said
Posted on 2008 Nov 15
Hello opinion,

Is it possible to change the background color from black to anything else?

moreopinion
opinion author said
Posted on 2008 Nov 15
ya, just set color value in bgcolor when published, alike:
<param name="bgcolor" value="#FFFFFF" />
<embed bgcolor="#FFFFFF" ... >

moretrolxlarmas
trolxlarmas purchased said
Posted on 2008 Nov 24
Hello, great job.
Have a cuestion: how can i put link targets?????

moreopinion
opinion author said
Posted on 2008 Nov 24
To trolxlarmas: sorry, targets not support in this version

moreYatko
Yatko purchased said
Posted on 2008 Nov 30
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.

moreopinion
opinion author said
Posted on 2008 Nov 30
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.

moreYatko
Yatko purchased said
Posted on 2008 Dec 01
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!!!

moreopinion
opinion author said
Posted on 2008 Dec 01
To Yatko: for opening in the same window you need find line "navigateToURL(req);" in FadeItem.as and replace it to "navigateToURL(req,"_self");"

moreHurup
Hurup purchased said
Posted on 2008 Dec 27
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

moreopinion
opinion author said
Posted on 2008 Dec 29
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.

morenwight
nwight purchased said
Posted on 2009 Jan 26
Hi Opinion, Just bought your app. Thanks!
I want to use larger images. Please could you let me know where all I need to change the Image/width?

moreopinion
opinion author said
Posted on 2009 Jan 26
you need edit:
main.as:
private var itemWidth:Number = 133;//image width
and
FadeItem.as:
private var picWidth:Number = 133;//image width
private var picHeight:Number = 100;//image height

morenwight
nwight purchased said
Posted on 2009 Jan 26
I have just figured it out :)
But thanks so much for the prompt reply, anyway!

Is there an easy way to add a small caption in the xml file for each image, that would appear on rollover?

moreopinion
opinion author said
Posted on 2009 Jan 26
Sorry, this version not support a captions

morenwight
nwight purchased said
Posted on 2009 Jan 27
Hi Opinion,
I'm not sure what I'm doing wrong. But if I open the swf file on its own, the image links work. But if I embed the swf into an html file and then click on the images, nothing happend...the links don't work. Please help!

moreopinion
opinion author said
Posted on 2009 Jan 27
To
nwight:
try upload this files to server, local runing have some restrictions of using external links by flash

morespiicytuna
spiicytuna purchased said
Posted on 2009 May 04
Hey! great job. Quick q, I want to use this to replace something that I have similar already on my webpage where I use a button to spawn lightbox with this code: getURL("javascript:LightboxDelegate('PICTURES/portfolio_flash/WEDDING/P001.jpg','')"); ... could I do something similar with your code?

morespiicytuna
spiicytuna purchased said
Posted on 2009 May 04
Also, another q, how could I use this with 2 different XML files for 2 different places/uses on my site? Thanks!

moreopinion
opinion author said
Posted on 2009 May 04
To spiicytuna:
xml file name you can set in FadeController.as
loader.load( new URLRequest("settings.xml") );//links to data file

moremarta1
marta1 said
Posted on 2010 Feb 22
Hi, can dynamically adjust the width of my photos? so as to specify the height for all the photos and the width will be calculated? for example: height = 100 so:
the original picture is 200x300 -> show 100x150,
the original picture is 200x160 -> show 100x80
the original picture is 200x200 -> show 100x100
...

moreopinion
opinion author said
Posted on 2010 Feb 22
this component not support autoresize and save ratio image size, you need set image size
you need edit:
main.as:
private var itemWidth:Number = 133;//image width
and
FadeItem.as:
private var picWidth:Number = 133;//image width
private var picHeight:Number = 100;//image height

moremarta1
marta1 said
Posted on 2010 Feb 23
I know where to set the image size, but I need the same example only with autoresize.
Can you prepare it? I need it this week.
I'd like to buy it.

ps.
Here I have an example of autoresize but the scroller is too fast and you can't change that. Besides being written in AS2 and I can't join it with your AS3 :(
http://www.bezzmedia.com/swfspot/samples/flash8/Image_Slider

moremarta1
marta1 said
Posted on 2010 Mar 02
I get a reply? Do you prepare an example of the extra autoresize?

moreopinion
opinion author said
Posted on 2010 Mar 04
To marta1: Hello, sorry but this item sell AS IS, i can help with settings but not with additional functions, i wil ask administrations for back money to your acc

moreancyk
ancyk purchased said
Posted on 2010 Mar 10
can be loaded into single SWF file different xml files?

Anim1 on page:
<embed src="fadeSlide.swf?xmlfile=settings1.xml"...>

Anim2 on page:
<embed src="fadeSlide.swf?xmlfile=settings2.xml"...>


more

Do you have any comment or questions about opinion file?


Please register & login before you post!