Skip to search.
ydn-flash · Yahoo! Flash Developer Group

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 130 - 161 of 2433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
130 Allen Rabinovich
allenrabinovich Online Now Send Email
Mar 1, 2007
6:54 pm
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...
131 lncdeveloper Offline Send Email Mar 2, 2007
1:13 pm
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...
132 Josh Tynjala
joshtynjala Offline Send Email
Mar 2, 2007
8:01 pm
The crossdomain.xml file for the Weather API is currently missing. We're working to get it back up soon. Sorry for the inconvenience....
133 Zach Graves
z.graves Offline Send Email
Mar 2, 2007
11:50 pm
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 ... ...
134 Josh Tynjala
joshtynjala Offline Send Email
Mar 3, 2007
1:13 am
The Weather API crossdomain.xml has been restored. http://weather.yahooapis.com/crossdomain.xml Flash applications using this feed should have no more...
135 htriolo Offline Send Email Mar 3, 2007
3:45 am
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...
136 Zach Graves
z.graves Offline Send Email
Mar 3, 2007
5:40 am
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...
137 Zach Graves
z.graves Offline Send Email
Mar 3, 2007
6:38 am
... 3) Please send me an example so I can try to debug it. ... myMap.addEventListener(com.yahoo.maps.api.flash.YahooMap.EVENT_INITIALIZE, ... ...
138 htriolo Offline Send Email Mar 3, 2007
12:42 pm
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...
139 Helen Triolo
htriolo Offline Send Email
Mar 8, 2007
4:58 pm
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...
140 Josh Tynjala
joshtynjala Offline Send Email
Mar 8, 2007
5:52 pm
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...
141 Helen Triolo
htriolo Offline Send Email
Mar 8, 2007
8:34 pm
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...
144 Allen Rabinovich
allenrabinovich Online Now Send Email
Mar 8, 2007
10:54 pm
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...
145 tddclare Offline Send Email Mar 9, 2007
3:43 pm
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...
146 anupam_111181 Offline Send Email Mar 13, 2007
9:43 am
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...
147 anupam_111181 Offline Send Email Mar 13, 2007
11:55 am
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...
148 anupam_111181 Offline Send Email Mar 15, 2007
9:26 am
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...
149 Chris or Anita Griffith
cwgriffith Offline Send Email
Mar 15, 2007
4:39 pm
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....
150 acknight36 Offline Send Email Mar 15, 2007
5:06 pm
I'm putting a custom marker on my map. It is loaded as an swf file (mostly because I don't know how to do it any other way): ...
151 Randy Troppmann
randy.troppmann Offline Send Email
Mar 15, 2007
6:12 pm
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...
152 Scott Morgan
doganation Online Now Send Email
Mar 15, 2007
6:54 pm
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...
153 afoulds_co_uk Offline Send Email Mar 15, 2007
11:57 pm
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...
154 Scott Morgan
doganation Online Now Send Email
Mar 17, 2007
1:54 am
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...
155 noinert Offline Send Email Mar 18, 2007
8:13 pm
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...
156 gregbown Offline Send Email Mar 19, 2007
5:38 am
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...
157 Scott Morgan
doganation Online Now Send Email
Mar 19, 2007
4:55 pm
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...
158 Zach Graves
z.graves Offline Send Email
Mar 19, 2007
6:38 pm
//myMap.addMarkerByLatLon(CustomPOIMarker, 33.134847, -117.324157, myMarker); should read myMap.addMarkerByLatLon(CustomPOIMarker, new LatLon(33.134847, ...
159 Zach Graves
z.graves Offline Send Email
Mar 19, 2007
6:47 pm
Sounds like you want to slide in your own tiles, yes? We probably won't support this in the AS2 Maps but there is a way to dive into the config (...
160 Zach Graves
z.graves Offline Send Email
Mar 19, 2007
6:49 pm
This is a bug in which the navigator map is zooming out past its max zoom. It has been fixed for the next release, which we hope to get out soon....
161 afoulds_co_uk Offline Send Email Mar 19, 2007
10:15 pm
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 ... ...
Messages 130 - 161 of 2433   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help