Youre just in luck: I wrote this yesterday for the AS Getting Started page. Basically you load your XML file and loop through each location and add a marker...
well what is it YOu want?..do you want to KNOW when the MAP is ready? (like ready to have markers added to it..etc..etc.. or do you want to knwo when it gets...
To answer the initial poster's question, there is an event associated with map.setMapViewType() called EVENT_MAP_TYPE_CHANGED. When this event fires however, I...
... I want to know when all of the tiles have been painted. Sure, I know when panning is complete and I know when zooming is complete. But what about...
Ah okay- In that case, at this time there is no definite event that is broadcast when all the tiles are loaded. Randy's suggestion would work for time being. ...
I need to generate an image overlay that isn't just animated, but moves across the map from point A to point B. Suggestions? I was looking at polylines and...
Hi, I want to fill US cities with different transparent color. Fits of all, Is it possible with yahoo map? If its possible the could you please guide me how to...
I have a map with a couple of marker using CustomPOIMarker, my question is can I get the map to be centered whenever people clicks on a marker?, especially...
Has anyone been able to get a Css dropdown type menu to work correctly when it has to drop down over a Yahoo map (javascript/flash)? For me, in IE the...
Has anyone been successful at using the onClick event? when tracing out com.yahoo.maps.api.flash.YahooMap.EVENT_ONCLICK the value is undefined, and I didn't...
Thanks, that works when I use the code as is in a new flash file. I was doing something similar but from inside an as2 class and for some reason it doesn't...
VillaMark, I might have had the same problem until I realized that I need to name my map instance "myMap" to get this to work. I hope this is all it is for...
ok I tracked down the problem and I'm pretty sure it's a bug. It's weird type of bug that I've never seen before. If anyone has any insight into what could be...
... I think I found out that the method is not getCenter() but setCenterByLatLon(latlon, duration), but does anyone knows if this method can be applied to a...
There is an event called poiMarkerClicked [EVENT_POI_CLICKED] which dispatches when a CustomPOIMarker is clicked and expanded. At the moment it is ActionScript...
I've tried everything I know... but the AJAX API documentation gives me very little information about YCustomOverlay. What is valid content for the HTMLobject...