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
- 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 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.
madadive
on 21/12/11
i can replace .jpg by . swf file, i got the Zoom Map_update02
but it doesn't work for me, Is there a special thing to do ?
on 22/12/11
I have tested the component again and it didn't work with SWF files. However, we completed a quick update and fixed the problem. Please download the files one more time and replace your old preview.swf file with the new one from the project->deploy folder.
This time it should work. Let us know, if it gives you any trouble. We'll find a solution as soon as we can.
Thanks for your patience.
madadive
on 27/12/11
madadive
on 1/1/12
Happy New Year to all the flabell team
on 3/1/12
I just checked the component one more time and it worked with SWF files too. What does not go well when you're trying to use your file? Is the file a standalone file or does it need any resources to function? Please share a link to your component, if you can put it online. We'll take a look and find a solution faster. Thanks for your patience.
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 !