Michael, I was asking a question on behalf of a client, not complaining. But thanks for the details. He just eventually wants potential clients to see his Lots...
2609
tobypilling
May 1, 2006 1:36 pm
Hi there, I'd like to be able to use some home-made buttons to change the MapView. I have found that when I call myMap.setMapViewType (MapViews.SATELLITE);...
2610
Alex
wallyhawks
May 1, 2006 2:21 pm
if you have a reference to the mcContainer for the marker and you have a function in your marker swf called myFunction, i think you can call it by: ...
2611
Alex
wallyhawks
May 1, 2006 2:41 pm
oops i think i put one to many mcContainers in the full path version. so it should be: myMap.map.markerContainer[entry].mcContainer.myFunction(); ... ...
2612
{}
manwithapipe
May 1, 2006 2:57 pm
I've also run into problems printing Flash API maps [1] and was never able to find a solution. [1] http://groups.yahoo.com/group/yws-maps/message/1573...
2613
whiskie_the_cat
May 1, 2006 4:27 pm
Hello, is it possible to do the same thing with Yahoo Maps Flash API? any idea? tutorial? .fla? http://nycsubway.eyebeamresearch.org/?DIM=400 or: ...
2614
ch_charitsis
May 1, 2006 4:27 pm
Hi all! I am using Yahoo!Maps AS-Flash and I'd like to display on my map a highlited route from point A to point B. Does anybody have an idea how to do this? ...
2615
Chris Nielsen
cnptalent
May 1, 2006 4:27 pm
I have been sitting back since flash forward watching this discussion and am excited to see the progress you folks are making and support you have been...
2616
pfordx
May 1, 2006 4:27 pm
Maybe notes below will be useful to others trying to map address data stored in a database. This assumes you already have ASP pages that display addresses by...
2617
sendtodel
May 1, 2006 4:50 pm
Hi, Just wondering if anyone has successfully used the removeMarker() in AS-Flash? I can addMarkerbylatlon but can't seem to remove it... Help appreciated. ...
2618
sendtodel
May 1, 2006 5:52 pm
Hi Charis, There's currently no highlight function (not that I know of) for AS-Flash. You could try finding out the points for the route and then addmarkers...
2619
Bennett, Joshua
jbn566
May 1, 2006 5:58 pm
There is a polyline function that you could use. I am not sure if it available for AS-Flash. I have not had the time to test the new flash component that came...
2620
Alan D Brown
adbrown1967
May 1, 2006 6:21 pm
There is higher resolution detail currently available - in the contiguous US. Google maps does not have any high-res coverage of either the Yucatan Peninsula...
2621
Aaron King
adk365
May 1, 2006 6:42 pm
Hey Greg, Depending on what features you want, you might be able to get away with using tween animations. These work well for simple animations, but if you're...
2622
Aaron King
adk365
May 1, 2006 6:45 pm
Hi Greg, I believe that if you could get around the security issue, then you could embed any flash content into an html email just like you would in an html ...
2623
Gregory Gottfried
discus2_22
May 1, 2006 6:53 pm
Good news. I will be trying to get this rolling later this week. I will let you know the outcome <mailto:gsg@...> Greg Gottfried Alpha...
2624
Gregory Gottfried
discus2_22
May 1, 2006 6:53 pm
Thanks for the advice. The links you sent did not work <mailto:gsg@...> Greg Gottfried Alpha Community Development [T] 503.452.8003 [F]...
2625
Aaron King
adk365
May 1, 2006 6:59 pm
Can you please provide a few lines of sample code for what you're trying to do? Aaron King aaronk@... _____ From: yws-maps@yahoogroups.com...
2626
Aaron King
adk365
May 1, 2006 7:07 pm
Have you tried the using the setCenterByLatLonAndZoom function instead of using separate setCenterByLatLon and setZoomLevel functions? Aaron King ...
2627
Aaron King
adk365
May 1, 2006 7:09 pm
Which API are you using? Aaron King aaronk@... _____ From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf Of tobypilling Sent:...
2628
Aaron King
adk365
May 1, 2006 7:21 pm
A couple options for doing something like this would be to use a CustomSWFOverlay or to use Markers combined with a PolylineOverlay. The PolylineOverlay...
2629
Aaron King
adk365
May 1, 2006 7:24 pm
If you already know the latitude/longitude coordinates of the route, you can use the PolylineOverlay. Search the list for some examples of how that works. ...
2630
Aaron King
adk365
May 1, 2006 7:34 pm
Hi again Greg, It looks like the email clipped the link into two lines. If it does it again, try copying and pasting each line individually to make sure you...
2631
Aaron King
adk365
May 1, 2006 7:43 pm
Hey all, We've had a lot of new people join the group, so I thought it would be helpful to send a little reminder about stating in your subject which API ...
2632
Aaron King
adk365
May 1, 2006 7:49 pm
Hey Greg, I don't know what in the world is going on with that link. I only pasted it once, but the email it got all split up and duplicated and partially ...
2633
ch_charitsis
May 1, 2006 8:11 pm
Thank you all! I really appreciate your help!! Actually I am looking for sth similar to the service provided by Yahoo! at the following link:...
2634
Aaron King
adk365
May 1, 2006 8:53 pm
Hi Charis, I'm afraid the API doesn't expose driving directions. You can, however, link into Yahoo's consumer facing maps application. Creating a link is ...
2635
{}
manwithapipe
May 1, 2006 9:10 pm
Does Yahoo! offer larger geocoding limits on a fee-based structure for companies or individuals with projected traffic needs that surpass 5,000 requests per...
2636
Alan D Brown
adbrown1967
May 1, 2006 9:48 pm
There are no fee-based services available from yahoo! for geocoding. Some things to consider: - If the geocoding capabilities of the flash and ajax...