Hey Carl,
You do be Crazy :). Ha, sorry to say but I'm unable to reproduce your error
situation, can you get a bit more explicit about the SDK versions your using
and so-forth. I tested using Flex 4.0 SDK and the map_flex_1_20.swc dropped
into the libs folder of my flex project, no other changes and this code
compiles and gives me a little map:
<maps:Map
mapevent_mappreinitialize="map1_mapevent_mappreinitializeHandler(event)"
key="1234" sensor="false"/>
protected function
map1_mapevent_mappreinitializeHandler(event:MapEvent):void
{
// TODO Auto-generated method stub
}
double check your swc, even download the sdk zip again and re-extract
perhaps something crazy went wrong during transfer or afterwards.
My script does a lot of nothing but shwos that the event is present on the
Map object so that should be fine, Flex should determine this based on event
metadata included in the swc so using the flash one instead of the flex one
might cause something like this, though I'm not sure.
Good luck,
Shaun
--
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.