Search the web
Sign In
New User? Sign Up
yws-maps-flash · | Yahoo! Maps Flash APIs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 650   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
This group has been created as we split the original yws-maps group into both the yws-maps-ajax and yws-maps-flash groups such that we can provide better...
Zach Graves
z.graves
Offline Send Email
Feb 20, 2007
6:52 pm
2
Hi everybody :) (I saw we're only 6 or 7 :p) i've got some problems. I use The flash API with actionscript and XML, but Yahoo maps doesn't recognize the exact...
r4z_raz
Offline Send Email
Feb 28, 2007
9:50 pm
3
Hi nice to meet you :) I'm french and i'm testing the yahoo map flash api with actionscript and XML. But i've got some problems :s. I'm gonna create a new...
r4z_raz
Offline Send Email
Feb 28, 2007
9:52 pm
4
I would check your address format. (since it's french after all) BTW, welcome! .... we need more member....
Paul
fedupwithcom...
Offline Send Email
Mar 1, 2007
1:05 am
5
Unfortunately at this time the geocoder doesnt fully support EU addresses. However it is coming soon....
Zach Graves
z.graves
Offline Send Email
Mar 1, 2007
1:07 am
6
Hello everybody! I need help on how to add a Maps search box the Yahoo Maps API in flash....
webmaster_site131191
webmaster_si...
Offline Send Email
Mar 6, 2007
7:01 am
7
... Thx for your response. you can test one of my adresses: XML attribute example -> loc="13 rue Emile Decorps, Lyon, FR" And about the multiline description...
r4z_raz
Offline Send Email
Mar 6, 2007
7:02 am
8
I'd like to put small treasure chests on the above that move with the map. Any ideas? http://www.warren-postcards.com/piratemaps/pirateMaps.html ... From:...
Jim B
jim_battista...
Offline Send Email
Mar 19, 2007
6:47 pm
9
Hi, first post on this board..I've never looked at maps and flash, it looks good fun so i thought i would give it a go, and got stuck!! Im trying to attach the...
benjpie
Offline Send Email
Mar 19, 2007
6:48 pm
10
Hello all, I'm having problems displaying a PolylineOverlay on my map using the JS-Flash API. I've tested successfully the example with the url: ...
ofir_picazo
Offline Send Email
Mar 19, 2007
6:48 pm
11
What's the fix for the disappearance of maps when the scroll wheel is used? I read of this on the old board but never found an answer and it's been pointed...
zippy_48
Offline Send Email
Mar 19, 2007
6:49 pm
12
Maps using the JS-Flash API can disappear on XP and Vista systems when the scroll wheel is used. Is there a way to prevent this? It happens even with the API...
zippy_48
Offline Send Email
Mar 19, 2007
6:49 pm
13
Maps using the JS-Flash API can disappear on XP and Vista systems when the scroll wheel is used. Is there a way to prevent this? It happens even with the API...
zippy_48
Offline Send Email
Mar 19, 2007
6:50 pm
14
Hi All, Great app...can see a lot of potential in it. Do have one problem though...in the Marker POI aspect it does document "description The description...
greenbear77ca
Offline Send Email
Mar 19, 2007
6:50 pm
15
Thanks for reporting this, I'll take a look at it....
Zach Graves
z.graves
Offline Send Email
Mar 19, 2007
6:53 pm
16
Please help - I do not get it.... I have dropped the Yahoo Flash Map Component on Frame 1. In the action layer I added this code - trying to get a Zooming...
charles_wiese
Offline Send Email
Mar 19, 2007
6:53 pm
17
Please ensure that you have a valid crossdomain.xml file on the root of your server, otherwise the map swf, which is hosted by Yahoo! will not be able to read...
Zach Graves
z.graves
Offline Send Email
Mar 19, 2007
6:54 pm
18
You can use CustomSWFMarkers, by creating a treasure chest swf and adding them through the APIs addMarkerByAddress / addMarkerByLatLon methods ... the map. Any...
Zach Graves
z.graves
Offline Send Email
Mar 19, 2007
6:56 pm
19
Listen for the EVENT_ZOOM_STOP event to trigger the next zoom. ie: myMap.addEventListener("zoomStop", onZoomStop); myMap.addEventListener("initialize",...
Zach Graves
z.graves
Offline Send Email
Mar 19, 2007
6:59 pm
20
ignore my previous message, littered with typos: try this- myMap.addEventListener("zoomStop", onZoomStop); myMap.addEventListener("initialize", onMapInit); ...
Zach Graves
z.graves
Offline Send Email
Mar 19, 2007
7:05 pm
21
... click it. This ... Try using CustomPOIMarker and set up an array of text to be displayed when the marker is clicked, then use href tags around the text...
zippy_48
Offline Send Email
Mar 22, 2007
10:54 pm
22
Thank you, I'll play around and see what I can come up with. ... From: Zach Graves To: yws-maps-flash@yahoogroups.com Sent: Monday, March 19, 2007 2:55 PM ...
Jim B
jim_battista...
Offline Send Email
Mar 22, 2007
10:54 pm
23
Anyone know how to Remove any added markers? I want the user to put in something and add a set of waypoints. When they enter new data, remove the old set of...
nathanpdaniel
Offline Send Email
Mar 22, 2007
10:54 pm
24
I'm just wondering how rate limiting is calculated. Is a .getCenter() or .addOverlay() call part of the calculation, or is it just calls that retrieve map...
clevertechnology
clevertechno...
Offline Send Email
Mar 22, 2007
10:55 pm
25
There is a method, removeAllMarkers() that will work for you. Also, you can remove individual markers with the method removeMarker() and passing in the movie...
Zach Graves
z.graves
Offline Send Email
Mar 22, 2007
10:57 pm
26
methods like getCenter() are not calculated, whereas methods that geocode addresses, do local search or traffic and tile requests are calculated....
Zach Graves
z.graves
Offline Send Email
Mar 22, 2007
10:58 pm
27
I was curious as to how this was done. I've seen a few websites where there is a list of address's on the side of the map and when you select one of the...
Ed
edraymone
Offline Send Email
Mar 26, 2007
4:44 pm
28
So I've got a simple map w/ marker and tools embedded on a page: http://www.chron.com/disp/story.mpl/front/4654590.html - Works in IE 7 - Works in Firefox -...
jared.novack
Offline Send Email
Mar 26, 2007
4:44 pm
29
Seems simple, but it really isn't...
webmaster_site131191
webmaster_si...
Offline Send Email
Apr 3, 2007
9:44 pm
30
Anyone familiar with using Canadian zips in Geocoding?...
digitzfone
Offline Send Email
Apr 3, 2007
9:44 pm
Messages 1 - 30 of 650   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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