Greetings from Beautiful Boise!
First, I'd like to thank the various folks that have so graciously
helped me out with my questions on this forum.
I've been facing a problem of placing Markers on a Map (from an .xml
source file) and wanting to display a BitmapData Object that is
peculiar to each Marker when the Marker is clicked.
I'm still fishing around looking for the best way to do this...am
considering simply extending the Marker Class to include a name
Property...but in my experiments I did find something very interesting
that might be of use to some of you.
When I addEventListener to the Marker and use the following Function as
the Callback
function displayImage(e:MapMouseEvent):void {
trace(e.target.foreground.name);
}
I get a discrete Instance name for what I presume to be the Marker's
DisplayObjectContainer.
I'm going to go ahead and work in this a bit just to see what I come up
with-it will probably be entertaining to those of you who are actually
competent in ActionScript...
If anyone would like to develop their own next steps to this code
please feel free-I'm sure yours will be of more value to the community
than mine!
L
--
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.