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
Andrei Potorac
on 28/11/09
Did you do any other changes to the file, because I see the mouseMovement doesn't work as in our file?
Andrei Potorac
on 28/11/09
Note you didn't pass the correct path to the XML file in your example, because the character "/" breaks the javascript code, unless you use the "\" character, to consider it as a string. So your path should be this (only in the HTML, in XML it works):
flashvars.xmlPath = "http:\/\/www.twikee.net/flabell/slider.xml";Andrei Potorac
on 28/11/09
For example, in this editor we use for code on Flabell, it will look something like this:
flashvars.xmlPath = "http://www.twikee.net/flabell/slider.xml";(THIS IS WRONG)Compare it with the code line in the previous post and you can see the difference.
Andrei Neamtu
on 30/11/09
Laurence Johnston
on 14/1/10
on 15/1/10
overAlpha = "100" upAlpha = "30" textYPosition = "245" textXPosition = "10"Please download the files again, and do let me know if you have other questions.
on 15/1/10
can the previous/next arrows be repositioned as well in the xml file?
on 20/1/10
on 20/1/10
jhunt2004
on 19/1/10
on 20/1/10
After you did that successfully, you should edit some code that I will give you, after you answer me one question. Should the click on different images go to the same frame, or will each need to send the user to a different frame?
on 20/1/10
on 21/1/10
Inside this function, you can add your code where this line is, which you need to comment:
URLNavigator.ChangePage(galleryArray[mcParent.index].link, galleryArray[mcParent.index].target);I don't recommend you use frames to build your file, but set the movieclips to visible = true instead. So do something like this:setVisibility(mcParent.index);And in that function you set the current movie-clip to false, and the new movieclip to true.
When you want to get back to the component, you make it visible again.
Andrei Potorac
on 20/1/10
We added new functionality to the file, and we updated the structure to follow the new structure we're adding to all Flabell products. (Main.as replaced with Sample.as, new location for the class, new way of reading the variables)
Tom Radenz
on 10/2/10
I was wondering if I can somehow add a sound effect over the images, i.e. onRollOver of an image it plays a little click sound that I would normally import into flash?
many thanks
tom
on 10/2/10
on 10/2/10
on(rollOver) { sound = new Sound() sound.attachSound("sound1") _root.sound.start() }so i would probably need a little help ;-)
thanks
on 10/2/10
on 11/2/10
Did you receive my files?
thx
tom
on 11/2/10
show all replies
Tom Radenz
on 11/2/10
can i also ask, would it be possible to change the xml so that the images are dark right from the beginning i.e when they load without the mouse being over the slider?
many thanks again
tom
on 12/2/10
Tyreke Hunt
on 22/2/10
on 23/2/10