Best way to display a custom map in Flash (AS3)?
I'm trying to take a game 开发者_如何学编程map and put it into say Google Maps or Bing Maps or whatever is best for my Flash app. I've tried the Google Maps API but it has some limitations in Flash and I can't seem to find a tile cutter that doesn't mangle the base tiles with compression.
Thanks!
I ended up using the ideas of Google Maps and rolling my own solution. I basically just resized the image to several resolutions and cut them up.
精彩评论