I signed up for another key, just to test, and then I toggled between
the two keys. After unloading the first instance and then attempting a
second time i get this error now.
Error: Configuration parameters can no longer be changed
at BootstrapConfiguration/checkLocked()
at BootstrapConfiguration/set key()
at com.google.maps::Map/set key()
at location2_fla::local_1/start()
at location2_fla::local_1/frame1()
Which should not be happening because I call when i removed the first
instance.
my_map.addEventListener(Event.REMOVED_FROM_STAGE,removedFromStage);
function removedFromStage(e:Event) {
trace("removed map");
my_map.removeEventListener(MapEvent.MAP_READY, onMapReady);
my_map.removeEventListener(Event.REMOVED_FROM_STAGE,removedFromStage);
parent.removeChild(my_map);
my_map=null;
}
Is there a deeper way to remove all map left over geeezzzzzz
--
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.