Last update (3):Tue, Oct 6th 2009, 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.
Note: You can test the preview only on your computer.
Similar flash components
Magnifying Glass Effect
Use your images in high resolution with no constraints. Your users will... read more
Zoom Gallery
If you ever wanted to display high quality images without taking the... read more
Flash XML Tooltip
With this component you can set tooltips on top of your content... read more
list more items
General Videos
- Using Flabell Components in your Flash Projects
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
Andrei Potorac
on 29/7/09
Andrei Potorac
on 29/7/09
Andrei Potorac
on 2/8/09
Andrei Potorac
on 11/8/09
We fixed the path and now it works. Enjoy! :)
David Swanson
on 24/9/09
Andrei Potorac
on 6/10/09
We fixed a bug: the product wasn't able to load swf files. Now it can load swf files also, if you plan to pass a swf instead of a jpg.
sarah lacy
on 6/10/09
f f
on 8/10/09
1. How can i make the stage heigt & width 100%. like size = stage.width ?
2. How can i add keyboard controls for up down left right ?
3. How can i make the mousescroll zoom faster ?
I thought all the actionscript was on 1 frame but this is quite difficult.
Andrei Neamtu
on 12/10/09
I just made an update to the product.
1.If you go in our index.html file and define the stagew and stageh like this:
var stageW = "100%";
var stageH = "100%";
and then comment or delete the 2 lines that define the component dimensions inside the swf file:
//flashvars.componentWidth = stageW;
//flashvars.componentHeight = stageH;
This way the swf object will be full browser and the component inside will take it's dimensions.
Also make sure that your picture is big enough.
2. I add the code for all arrows and also for "-" and "+"(zoom keys).
3. Now if you look in the "settings.xml" you will find 3 new attributes at the end of the "item" tag:
scrollSpeed = "10" - mousescroll speed
zoomKeysStep = "10" - how fast the "-" and "+"(zoom keys) work
arrowsKeysStep = "30" - how fast the arrows keys work
Thanks for the suggestion. We've added good features to this product.
f f
on 13/10/09
I have two more suggestions :
- When moving x and y with the keyboard controls tweening would be nice.
- When zooming in with the mouse it would be nice if it would zoom in on the position of the mouse.
Thanks !