I have successfully made a google map in flash by using the code like this:
import com.google.maps.LatLng; import com.google.maps.Map; import com.google.maps.MapEvent; import com.google.maps.MapType; var my_map:Map=new Map(); my_map.key=""; addChild(my_map); my_map.setSize(new Point(stage.stageWidth,stage.stageHeight)); Now I want to use flash to make a google sky map. I've tried to import "com.google.maps.extras.planetary" library into my Actionscript. However, the output show this definition could not be found. Could anyone give me a hand on this problem or just tell me how to make a google sky map in flash. Thank you! -- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en.
