Are you sure you can catch events generated by an href link in the description htmlText?
I think weve tried to play around with the POIMarkerClick event. But it was only dispatched when you first click on the marker to open it. Further click on a link in the htmlText description was not generating any POIMarkerClick events, so we could not catch anything. But may be, we did something wrong, we have to check it out again Benoit Hediard #affinitiz.com De : [email protected] [mailto:[EMAIL PROTECTED] De la part de anupam_111181 Envoyé : mercredi 25 avril 2007 09:27 À : [email protected] Objet : [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction Hi michael, I have done this and its pretty easy, You can call any flex event on the click of the marker click there is one event called onPOIMarkerClick in the Yahoo map component. You should have the latest code because this event handler was not there in the previous versions. I have written a blog entry on this... Check it out.. http://digitallyinsane.wordpress.com/2007/03/13/yahoo-maps-as3-communication -tool-kit/ Cheeers! Anupam --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , Michael Wills <[EMAIL PROTECTED]> wrote: > > For clarification, the idea is simply to allow a marker to be clicked to > open it, but then trigger an event/call a function in the cairngorm app > when clicking on a link in the description. > > Thanks, > > Michael > > Michael Wills wrote: > > > > Hello all, > > > > Just wondering if it's possible to use asfunction to call a function > > in a cairngorm app from the htmltext in the description of a POI > > marker within a Yahoomap in a Flex 2 app without making modification > > to the as2map.fla file. > > > > It's a long shot, but I was just wondering if it's been done, and > > eagerly anticipating a true AS3 map component. > > > > The new AS3 "event:" protocol of course isn't recognized by the Flash > > 8 interpreter and so it's not available. > > > > So I was hoping it would be something like: > > > > markerDesction = "<a asfunction:doNotKnowWhatGoesHere.myFunction/>" > > > > Is that a possibility at all? > > > > Thanks, > > > > Michael > > > > >
<<attachment: image001.jpg>>
<<attachment: image002.jpg>>

