There seems to be a problem with your xml. When I tried to browse to the xml file your referencing, I got an error. I've never used this method, so I'm not...
I am developing mobile program which uses the yahoo web Image services. The program basically try to retrieve the Image file from the web services. I...
hi, I've started to do a number of mapping mash-ups and I am at a stage where I need to decode(geocode) Australian street addreses. Early attempts with google...
hi there, i have been having problems with geocoding using IP address it's not just working the way i want. pls i dont know if i can see any help here. i want...
Hi Elena, That's a very good point. In our last documentation push, we forgot to update the code samples to point to the latest version, but that will be ...
You could do a comparison with the stored tool variables to determine which one it is.. kind of like this: var panTool = new PanTool(); map.addTool(panTool,...
Is everyone still having trouble registering their app IDs? I just tried one and it worked just fine. Please let us know if this is still a problem for you. ...
It should work just fine in Flash 8. Try re-installing the component, restarting Flash, and then dragging the component from your components panel into your...
This is what I am using: var map = new Map("mapContainer", "alphaMAP", "9650 SW Nimbus Avenue Beaverton, OR", 3, MapViews.HYBRID); Greg Gottfried Alpha...
Hi Mark, FWIW I am seeing the same thing, and also see the same behaviour if I try to reload the markers as I drag the map around.... looks like I will be...
http://www.unistardesign.com/map/manymarkers.php is a demo page to illustrate the behaviour. Click the <Plot Markers> button to add the markers to the map -...
Greetings - This is my first attempt at yahoo Maps and because of time-constraints, I thought about asking for help first. I did some searching on the site...
Thanks mappers. Your work has helped this slow ole man find a solution We can all do some Good Leonard M. Monroe [Non-text portions of this message have...
Hi all, Hope someone can help - I'm getting little or no search results when querying the local search with latitude and longitude set for say, Cardiff...
Hello, After installing the latest version of the Yahoo Maps Flash API, my flash file will not compile withou errors. I have read through the posts here and...
You'll have to take a look at the http response headers being sent from your server. In particular, check the cache-related headers such as Last-Modified,...
Thanks for the response, but the caching isn't going to solve my problem. The unique marker id being passed will prevent the markers from caching the first...
www.one.org <http://www.one.org/> is using our JS-Flash api. It's a flash component that is controlled using javascript. If you're interested in that API,...
Caching can still work. While adding a markerid GET param will make the url unique and force the browser to send an http request, on the server side, you can...
The reason I am passing the marker ID as a flash var to the swf is that the markers themselves retrieve data from a database using amf. I couldn't find any way...
So a little more research has now established that the problem seems to be only present in v3.0 of the maps... take a look at this version of the same demo...