Not sure if this is current still but try this
http://groups.google.com/group/google-maps-api-for-flash/browse_thread/thread/7a62b1551dfe5fcc/43479203e08479f2
On Feb 12, 2011 12:58 PM, "Nightkid" <[email protected]> wrote:
> 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.
>

-- 
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.

Reply via email to