:)

I am new to flash and google maps,
The maps is displayed in a Qt desktop application (using QtWebkit ).

Basically i need to display a url inside "Info window" of a marker and 
submit id of the corresponding marker to another application on click of 
that url.

URL is like: "Click to see <a href://localhost:2727?id=xxxx>details</a>"

On click, the http server on localhost:2727 gets a connection, but no 
request/data, it connects and terminates.

I am not sure this is the right way to do this, but one other alternative is 
to catch the URL click event 
in the action script and make HTTP request inside the event handler,
but afaik, the api provides only click events for the entire info window, 
not the url.

thanks & any help would be appreciated.



-- 
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.

Reply via email to