You might need to actually use the com.google.maps.MapMouseEvent instead of the flash.events.MouseEvent ie.
import com.google.maps.MapMouseEvent; ... myMarker.addEventListener( MapMouseEvent.CLICK, myMarker_clickHandler ); Good luck! Michael On Jan 31, 12:43 pm, erik liddell <[email protected]> wrote: > myMarker.addEventListener(MouseEvent.CLICK, myFunction); > > > > > > > > > > On Sun, Jan 30, 2011 at 8:41 PM, chips <[email protected]> wrote: > > I am not experienced with flash action script. but I followed this tutorial > >http://www.youtube.com/watch?v=xk6u3R8qb5I > > and the map works fine. > > but I need the marker to take me to a different frame on my timeline. > > > how would I go about doing this?...add event listener?...but the marker is a > > movie clip not a button. > > any help appreciated. > > > thanks > > matt > > > -- > > 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. > > -- > "Send is often too easy of a button to press" -- 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.
