Quick update here: As noted previously, this is a bug with Flash Player in OS X. However with latest testing of the API in Flash 9 beta, I'm glad to say that ...
Hi, We have a mapping application (ZeeMaps, http://www.zeemaps.com). Currently this works only with Google Maps, but we'd like to add a Yahoo Maps option as...
I have an ajax map that loads properties returned from an MLS database, I create a GeoRSS file and overlay it on the map. Is there anyway to get the links...
I have noticed that I can no longer get my Yahoo Map web applications to function properly. I also noticed that all the examples refer to version 2. I have...
Working fine for me...I assume you are using the JS-Flash API? Can you provide a link to an example of yours where it is not working? Thank You -Zach ... ...
Not that I dug into this much, but I think the same thing is happening for me. I'm using the JL-Flash API. Outage occurred Tuesday afternoon between 12pm and...
Hi All, I'm a newbie and have just getting my feet wet. Situation: I have 2 swf's, a Main.swf in flash6 and YahooMap.swf in flash7. I am attempting to load the...
Whenever we use the geocode service we get a perfect response on any local machine whenever someone tests something locally, but now all of a sudden anywhere...
Hi, I have a client that would like a map application to deliver census type data. There would be records for every US county and each county with several data...
Hi Everyone, I also tried to load the yahooMap.swf into another Flash7 swf and the same thing happened. It seems that there is a security issue regardless of...
You might try using System.security.allowDomain in both of your SWFs ie: System.security.allowDomain('*'); Also read up on an Adobe article about Flash player...
http://gallery.yahoo.com/tags/maps Just in case some of you don't know about this...Here you can submit your apps built using the Maps and other Yahoo! APIs...
Is there any way I can get the relative _x, _y position for a customSWFMarker I created? We're building an application that can overlay swf on top of the map,...
Have soem questions on the custom .SWF you make for a marker in your Yahoo! Maps app. How limited are they? Can they still have buttons and movieClips in them?...
Hi all, does anyone know if there's a way to disable the hover and onClick states for the custom POI markers? I just need a simple marker. This is specifically...
I cant seem to get my code to work: (and Ive barely begun) [code] //import different views from Yahoo!Maps class import com.yahoo.maps.MapViews; //import SAT...
This bug was introduces in v3.03 and fixed in 3.04; the latest version... be sure you are using v3.04. http://maps.yahooapis.com/v3.04/fl/components.zip -zach ...
This was a bug in an earlier version of the component. Grab the latest version and it should be fixed. (this was perviously discussed in the forums) Randy...
hi- excuse my ignorance... but what forum are you talking about. I am desperate to get answers and continue working on my Flash project(s) again.. and I seem...
hi- thanks for the reply.. I think I posted/edited before I read yours.. this post was actually due to an OLD component that slipped by me.. updated..and all...
Okay... so basically the API uses a MovieClipLoader and attaches it a layer above the map. The API doesn't limit what you can do with the marker, so you can...
Unfortunately there is currently no way to disable these...another option is to create your own marker swf and use CustomSWFMarker, some of the recent posts on...