Home / Components / Menus & Navigation / Image Scroller FX /
Image Scroller FX
559 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$12.00
Package includes: MXP, FLA, SWF, HTML, XML, JS
Flash Version: Flash CS3, Flash CS4, Flash CS5
Viewable with: Flash Player 9
Documentation level: Excellent documented
Flash knowledge level: Basic
Action Script: ActionScript 3.0
Product ID:F0903070
Please install flash first.
You can download from HERE a fully functional FREE version of this product.
For the most common questions you have please go to our Frequently asked questions page.
Features:
- The Image Scroller FX can be embedded in any website for free without even using Flash.
- It can have an overall width and height up to 1680 x 1050 pixels.
- It supports the following files: JPG, PNG, BMP, GIF for the thumbs, which are configurable through the images.xml file.
- The Scroller can be set to have infinite or finite scrolling, supporting different thumbs dimensions.
- There are a multiple highly customizable scroll properties like speed (on roll over or roll out), reflection, tooltip properties etc.
- On roll over can be applied different effects like: zooming, transparency, color saturation.
- An important thing is the low CPU usage for an extremely large number of thumbs.
- It has almost 60 configurable properties through a settings.xml file

$12.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |























123 comments
Add comment
1 2 3 4 5 6 7
MastAvalons
good! did you use the f-in-box in developing this?
#  /  PM  /  posted on Jan 05, 2012
advmexico
Hi, i want to handle FLA events when image in gallery is clicked, i tried using this code as shown in later post (i follow every instruction said):
scroller.addEventListener(“imageReleased”, onImageClick);function onImageClick(e:Event):void {
var id:Number = Number(e.target.id);
//use the id to navigate //gotoAndPlay(id); }
But when published Flash says there is a syntax error on the addEventListener line. I even tried with the original FLA provided with the commercial download. I am using Flash CS3 AS3.
Thanks for your help.
#  /  PM  /  posted on Jan 18, 2012
advmexico
I solved the problem , it was related to the " symbol used. It is compiling now, but the function is not being executed, when clicking it still opens a new browser window (when clicked from flash player). It looks it does not override the original onImageClick function. Any help?
#  /  PM  /  posted on Jan 18, 2012
1 2 3 4 5 6 7