views:

219

answers:

2

I am building a site with some features of google map. I want to pan, zoom in out a map with tweening effect. But when I zoom the map(Movie clip) it zooms out of the rectangular boundary. I also want to wrap the map(when scrolled). How can I do all these?

+1  A: 

Check out the panning/zooming example from the Flex Interface guide:

http://www.adobe.com/devnet/flex/samples/fig_panzoom/

It demonstrates how to do what you're looking for (though not the map wrapping).

Josh Knauer
A: 

To wrap, you will need multiple copies of your map image.

davr