Flash components › Flash files › Image Viewers
Simple XML Image Slider
|
Posted on 2008 Nov 15 |
Hello opinion,
Is it possible to change the background color from black to anything else?
Is it possible to change the background color from black to anything else?
|
Posted on 2008 Nov 15 |
ya, just set color value in bgcolor when published, alike:
<param name="bgcolor" value="#FFFFFF" />
<embed bgcolor="#FFFFFF" ... >
<param name="bgcolor" value="#FFFFFF" />
<embed bgcolor="#FFFFFF" ... >
|
Posted on 2008 Nov 24 |
Hello, great job.
Have a cuestion: how can i put link targets?????
Have a cuestion: how can i put link targets?????
|
Posted on 2008 Nov 24 |
To trolxlarmas: sorry, targets not support in this version
|
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.
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.
|
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.
|
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!!!
by the way: GREAT WORK!!! SMALL, CLEAN SOURCE AND EASY TO CONFIGURE!!!
|
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");"
|
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
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
|
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.
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.
|
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?
I want to use larger images. Please could you let me know where all I need to change the Image/width?
|
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
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
|
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?
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?
|
Posted on 2009 Jan 26 |
Sorry, this version not support a captions
|
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!
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!
|
Posted on 2009 Jan 27 |
To
nwight:
try upload this files to server, local runing have some restrictions of using external links by flash
nwight:
try upload this files to server, local runing have some restrictions of using external links by flash
|
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?
|
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!
|
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
xml file name you can set in FadeController.as
loader.load( new URLRequest("settings.xml") );//links to data file
|
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
...
the original picture is 200x300 -> show 100x150,
the original picture is 200x160 -> show 100x80
the original picture is 200x200 -> show 100x100
...
|
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
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
|
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
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
|
Posted on 2010 Mar 02 |
I get a reply? Do you prepare an example of the extra autoresize?
|
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
|
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"...>
Anim1 on page:
<embed src="fadeSlide.swf?xmlfile=settings1.xml"...>
Anim2 on page:
<embed src="fadeSlide.swf?xmlfile=settings2.xml"...>
























Main setting:
settings.xml:
<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