Hi,
Your first error is easy: you're missing a function that handles the
mapevent_mapready event. Try adding the function:
protected function onMapReady(event:MapEvent):void
{
// do something, e.g.
map.setCenter(new LatLng(40.736072,-73.992062), 14,
MapType.NORMAL_MAP_TYPE);
}
To resolve the last 2 errors I think you have to add some kind of
content container, like <SkinnableContainer> or maybe you have to add
the layout attributes, like this:
<s:layout>
<s:BasicLayout/>
</s:layout>
--
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.