A small correction to this: the authorization URL, http://upcoming.org/services/auth is staying where it is. This is just a page where the user goes to...
I built a flash yahoo Map app which also uses the yahoo weather feed (http://weather.yahooapis.com/forecastrss?p=60173) to show the weather for the location...
The crossdomain.xml file is back, so it should be working again by now. http://weather.yahooapis.com/crossdomain.xml Thanks! Zach Y! ... weather ... a web ... ...
The Weather API crossdomain.xml has been restored. http://weather.yahooapis.com/crossdomain.xml Flash applications using this feed should have no more...
I'm trying to recreate the example on this page: http://developer.yahoo.com/maps/flash/V3/customSWFMarkerTutorial.html and it all works except for the call to...
Hi, I wrote that tutorial, and just double-checked the code against the latest flash api release. It all works fine for me. Try a few things: 1) trace out the...
Zach, Many thanks for that quick reply. Your #1 suggestion was correct -- I had an older version of the component. I disabled the old component, downloaded...
I'm trying to access this uri from within Flash: http://api.local.yahoo.com/MapsService/V1/geocode I have no trouble getting a valid XML result by typing it...
Helen, Try changing your URL to the following: http://local.yahooapis.com/MapsService/V1/geocode local.yahooapis.com appears to have a crossdomain file to...
Josh, Thanks! That did it. Very nice to have such responsive help from Yahoo on this list. I used this in a tutorial that I just put up (that was my last...
Hi Helen, Yahoo! has been moving its API entrypoints to yahooapis.com, so if you encounter this problem with other APIs in the future, make sure to check...
I'm developing on a laptop running XAMP, and was having problems getting the AS3 Maps Coommunicator API to work. I used the code from the How To page, putting...
Hi All, I am playing with the action script 3 toolkit for quiet a some time to develop an application using Flex 2.0. The problem i had faced while using the...
Hi All, I am trying to set the default location of the map to India, but cant find the way to do it using AS3 toolkit.. If somebody had tried the same can help...
Hi All, I am working with Yahoo Maps AS3 communication kit and Flex 2.0 I am trying to place 2 map instance in the single applicaion file of the map. I am...
If I remember the presenation at 360Flex, you can only have one map due to the mechanics of the communication between the AS2 and AS3. I know this is bummer....
Correct me if I am wrong but I thought I heard Scott Morgan say (at 360flex) that their new communication toolkit supported multiple map instances in Flex. I...
Hey guys, I am looking into why multiple instances aren't working anymore. It is something on the Flash 8 side, I have to look into the recent component update...
I'm using the navigatorWidget but it won't seem to display a map image at anything above zoom level 13. As I want to open with level 16 this causes usability...
i did say this, but what I meant was multiple browser instances running a single map. Other systems using LocalConnection and no UUID actually trigger events...
I'm trying configure Y! maps for Flex 2 to display custom map layers but so far have had no luck. Here is what I've looked into so far: 1) I scanned the API...
Here is the code. I comented out what isn't working. The map is coded in Fash 8 Pro. The location by address is misleading because the actual building is so...
Hi, There is nothing built into the wrapper to customize the map on a per tile basis. However, like you said, you can load a custom overlay and use bitmap...
//myMap.addMarkerByLatLon(CustomPOIMarker, 33.134847, -117.324157, myMarker); should read myMap.addMarkerByLatLon(CustomPOIMarker, new LatLon(33.134847, ...
Thanks. I'd guessed that may be the case as I'd seen the same problem in other apps. Do you know when the next release will be? ... out ... image ... this ... ...