hi ,
try with "InfoWindowOptions"
the code is in the flex but options /classes are similar with flash
var html:String = "<b>" + name +"</b> <br/>" + address;
marker.addEventListener(MapMouseEvent.CLICK,
function(e:MapMouseEvent):void {
marker.openInfoWindow(new
InfoWindowOptions({contentHTML:html}));
});
On Mar 19, 9:46 am, gmoniey <[email protected]> wrote:
> Hi,
>
> I just started playing with the Google Maps API for Flash, and I was
> trying to create a info window with a text box so that the user can
> input an address to generate directions. Creating the text box isn't
> difficult as I can just use the HTML support, but I can't figure out
> how to actually retrieve the inputted data.
>
> thanks.
--
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.