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...
3620
raad alturki
raad_t
Aug 1, 2006 3:59 pm
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...
3621
Ian Quartermaine
ignobler
Aug 1, 2006 4:03 pm
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...
3622
rico acacia
rico_acacia
Aug 1, 2006 5:15 pm
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...
3623
Aaron King
adk365
Aug 1, 2006 5:58 pm
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 ...
3624
Aaron King
adk365
Aug 1, 2006 6:14 pm
Which version of the flash player are you running? Flash 7 is only capable of loading swfs and jpegs. Flash 8 and above can load pngs. Aaron King ...
3625
Aaron King
adk365
Aug 1, 2006 6:15 pm
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,...
3626
abritez
Aug 1, 2006 6:26 pm
I'm using 8, it runs fine if i test marker outside of yahoo maps, but once i call it inside the map then it doesn't show up....
3627
Aaron King
adk365
Aug 1, 2006 6:36 pm
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. ...
3628
Aaron King
adk365
Aug 1, 2006 6:49 pm
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...
3629
Gregory Gottfried
discus2_22
Aug 1, 2006 6:53 pm
I cant get a map to display when I have MapViews.MAP selected. Greg Gottfried Alpha Community Development [T] 503.452.8003 [M] 503.349.5899 [E]...
3630
Aaron King
adk365
Aug 1, 2006 7:26 pm
What method are you using to load the png file? loadMovie? MovieClipLoader? or something else? Aaron King aaronk@... _____ From:...
3631
Aaron King
adk365
Aug 1, 2006 7:29 pm
Hi Greg, Which method are you using of selecting it? The properties panel, programmatically, or the SatelliteControlWidget? Aaron King aaronk@... ...
3632
Gregory Gottfried
discus2_22
Aug 1, 2006 7:31 pm
This is what I am using: var map = new Map("mapContainer", "alphaMAP", "9650 SW Nimbus Avenue Beaverton, OR", 3, MapViews.HYBRID); Greg Gottfried Alpha...
3633
adrianbird
Aug 1, 2006 9:21 pm
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...
3634
Vince Maniago
uvince
Aug 1, 2006 10:38 pm
Link? ... From: adrianbird <abird@...> To: yws-maps@yahoogroups.com Sent: Tuesday, August 1, 2006 2:11:43 PM Subject: [yws-maps] Re: Ymap causing...
3635
adrianbird
Aug 2, 2006 5:39 am
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 -...
3636
N F
knight_leb
Aug 2, 2006 5:42 am
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...
3637
Leonard Monroe
x3x4x5x33
Aug 2, 2006 4:12 pm
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...
3638
dmaestro22
Aug 2, 2006 4:30 pm
Can you please share with these slower ole men and women what the solution is you found? Thanks, Doug...
3639
cameroncaindesign
cameroncaind...
Aug 2, 2006 6:04 pm
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...
3640
lucein_aura
Aug 2, 2006 6:22 pm
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...
3641
frapprdevteam
Aug 2, 2006 6:47 pm
Please search for previous posts about this same problem. I believe there was a solution....
3642
frapprdevteam
Aug 2, 2006 6:47 pm
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,...
3643
S.curvey
lorddravine
Aug 2, 2006 7:54 pm
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...
3644
Aaron King
adk365
Aug 3, 2006 12:09 am
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,...
3645
Aaron King
adk365
Aug 3, 2006 12:11 am
http://groups.yahoo.com/group/yws-maps/message/3243 Aaron King aaronk@... _____ From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On...
3646
frapprdevteam
Aug 3, 2006 12:40 am
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...
3647
S.curvey
lorddravine
Aug 3, 2006 12:33 pm
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...
3648
adrianbird
Aug 3, 2006 8:27 pm
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...