Last update (2):Wed, Jan 20th 2010, 00:00
Try before you buy
Not sure if you need this component?
Download the free preview and customize it for your project before you purchase it.
Or try our demos.
Note: You can test the preview only on your computer.
Similar flash components
Horizontal Scroller...
This is a horizontal controller for displaying multiple images with... read more
Content Scroller
Easy drag and drop scrollbar component built with support for vertical... read more
Continuous Image Slider
Using this image slider you can display a continuous loop of images,... read more
list more items
General Videos
- How to buy?
watch movie - Embed a Flash Component in your Flash Project
watch movie - How to embed a Flash Component in the same HTML page twice?
watch movie - How to embed two different Flash Components in the same HTML page?
watch movie
Save money now!
Showcase
Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.
Need support?
Get a support ticket
read more
Share this
If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!





Products RSS Feed
Follow us on twitter
support@flabell.com
Tyreke Hunt
on 22/2/10
; what am i doing wrong?
adress: http://dafix.net/dafix_studios/
on 23/2/10
on 29/3/10
Tyreke Hunt
on 24/2/10
on 25/2/10
But you cannot set the links only and have it work.
edesouza
on 25/2/10
Is there any way to clear image cache automatically?
Here is my situation - I have created a static xml file with 5-6 images named (img1.jpg, img2.jpg...etc.)
What I want is to be able to upload a new img1 every month or so and it automatically updates in the scoller.
Currently, unless I give the new file a different name and then change the xml to reflect the new name - the new file does not show.
Any suggestions?
Thanks,
Enrico.
on 26/2/10
on 26/2/10
var stageW = 940; var stageH = 200; var cacheBuster = "?t="+Date.parse(new Date()); // ATTRIBUTES var pathToFile ="/files/deploy/"; var attributes = {}; attributes.id = "slider"; attributes.name = attributes.id; var flashvars = {}; var params = {}; params.bgcolor = "#000"; flashvars.componentWidth = 940; flashvars.componentHeight = 200; flashvars.pathToFiles = pathToFile+"slider/"; flashvars.xmlPath = pathToFile+"slider/xml/slider.xml"+cacheBuster; swfobject.embedSWF(pathToFile+"preview.swf"+cacheBuster, "slider", stageW, stageH, "9.0.124", pathToFile+"js/expressInstall.swf", flashvars, params); //swfmacmousewheel.registerObject(attributes.id);on 26/2/10
Naber
on 2/3/10
I have two questions concerning this product:
1. It seems, that it works only with npg files but not with jpeg files. Is that correct? Npg files are nearly five times bigger than jpegs. Concerning loading times is that a handicap.
2. Is it possible to use more than one slider in one project? I have a html project where I have to present four different segments. I wanted to do that with four different sliders. But there is only one xml for my disposal. How can I menage that?
Thx for you answer
on 3/3/10
But still there is question nr 1. I have a lot of pictures to show. Therefore is it important, if each picture has a size of 50 kb or 250 kb.
Hope for your answer.
on 3/3/10
on 3/3/10
Now, there ist no reason not to implement that impressive tool in my project! (Look out! Don't rejoice too soon) `;-)))))
on 3/3/10
on 7/3/10
Also I'd like to know if it's possible to make a html link to one of the itemes so it will slide to that item when clicked on the html link.
show all replies
Tyreke Hunt
on 12/3/10
on 13/3/10
// if you want to call a js function, uncomment this, and comment the URLNavigator call // if (ExternalInterface.available) // { // ExternalInterface.call("clickedSlide", mcParent.index); // } URLNavigator.ChangePage(galleryArray[mcParent.index].link, galleryArray[mcParent.index].target);on 13/3/10
function clickedSlide(id) { alert(id); }Indre Solodov
on 31/3/10
Tried even to upload all the files as they are. Not changing anything. With a simple html where the flash is. Still nothing. It just seems to load. The three dots are just moving. Need help. Please!
on 1/4/10
Carlos Ramirez
on 19/4/10
on 19/4/10
Please make sure you read the pathToFiles article in the FAQ section. It basically describes how you need to set your paths if you move the files on your server in different places.
on 19/4/10
I have publish the component without any modification here:
http://cdrphotostudio.com/slidemove/
So you can see what I'm referring to.
on 19/4/10
EPark1016
on 19/4/10
on 20/4/10
I presume you used the deploy from the source files, not the one from the demo or preview.
Carlos Ramirez
on 19/4/10
This component is just perfect for what I'm working on.
Unfortunately I don't have flash to re-build the swf file.
Any other suggestion I can try?
-Carlos
on 19/4/10
on 20/4/10
http://cdrphotostudio.com/slidemove/sl...
This means, your pathToFiles is this:
"slidemove/slider/"
Not this:
"slider/"
Please adjust that, and everything should work fine.
Carlos Ramirez
on 20/4/10
I have deployed the original sample at http://test.cdrprophoto.com/ and the pathToFiles is "slider/" as I have not changed anything and it still doesn't work.
the path to the is http://test.cdrprophoto.com/slider/xml...
Again, I have other 4 components from you working great, this is the only one that when deployed to the server it doesn't work. Would it be possible the file I downloaded is not the right one?
on 20/4/10
Thanks.