在矩形边界内缩放、平移
我正在建立一个具有谷歌地图某些功能的网站。我想要平移、放大具有补间效果的地图。但是当我缩放地图(影片剪辑)时,它会缩小矩形边界。 我还想包裹地图(滚动时)。 我怎样才能做到这一切?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 Flex Interface 指南中的平移/缩放示例:
http://www. adobe.com/devnet/flex/samples/fig_panzoom/
它演示了如何执行您正在寻找的操作(尽管不是地图环绕)。
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).
要换行,您将需要地图图像的多个副本。
To wrap, you will need multiple copies of your map image.