In the library is a movie clip with the linkage property hotspotBox
This movie clip has a dynamic text field in it called "datetext" - I
want to populate this text field with variables.
I'm getting the error
//Property datetext not found on com.google.maps.overlays.Marker and
there is no default value.
Is there any way I can add dynamic content to a custom marker icon?
Thanks...
[CODE]
var m:Marker = new Marker(new LatLng(latArray[markerpoint],
lonArray[markerpoint]),
new
MarkerOptions({icon:new hotspotBox(), hasShadow: false}));
map.addOverlay(m);
markersArray[0] = m;
//I tried this code below and some variations on it but no luck
markersArray[0].datetext.text = "test text";
--
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.