hi i'm a beginer at yahoo maps and still trying to get my way around it, so back to your problem: i've implemented customPOI with lat and lon and didn't have...
Well , that's what i'm feeling now, i'm starting to give up on yahoo maps, why? Well... 1- I use Flex 2 which is easy to work with simple yahoo maps component ...
Hi scott thanks for answering Since i am new to yahoo maps can you please tell me where can i find samples on how to extend their classes so that i can make my...
No, it is just that I don't do Flash, yet, so analyzing and modifying a Flash component is not attractive to me. Tracy ... From: ydn-flash@yahoogroups.com...
Hi one more day trying to get yahoo maps do what i want but with no succes, i really need some help. 1st- I found ou t that when we add a customPOI to our map...
Doesn't anyone knows of any book,tutorial, video or whatever but that has real examples on how to: Using Flex 2 and the AS3 connection kit from Yahoo -Add...
Hi, I just wanted to share an example of a site using yahoo maps in flash 8, that has custom markers with animations triggered by events, custom map type tools...
You want to use Google maps, have at 'er. I personally think AJAX is an abomination but I am a Flash developer so what else am I suppose to think. My site...
nice app Randy! better than mapmyrun.com! Greg Murnock Interactive Web Application Development and Design greg@... Cell: 716.208.9931 www.m2xtreme.com...
"... know very little about Flash and expect miracles with the API." This is exactly right. But this pressure is to be expected, particularly from the Flex...
Hi Randy, your site rocks it's great but.. is it made with flex? Because if i start to develop all in flash ok i think i can handle it but the fact is i...
I forgot another thing , although AJAX is not compared with flex or flash which i think are the best, the fact is that Google gives us at the beginning much...
Antonio, You make some good points. In my rant I forgot you are building this in Flex. No, my app is built using Flash. I have not had much luck so far with...
Sorry, I don't know of a tutorial other than what Yahoo has put up. This is what I would do: use a custom SWF that is bound to its own custom class. Have the...
Now, I haven't looked at this hard, or for a while, but as I recall, one of my main issues with the communication kit is that the api calls do not return...
Hi Tracy no it doesn't return a reference to the point added , althought it knows wich marker we click on because it triggers an event and show us the index...
Hi Randy Thanks for answering I'm not a AJAXIAN as you probably notice but at this moment what i need to do can't be done easily in flash because i will have...
All the source is available in the download. Tracy ... From: ydn-flash@yahoogroups.com [mailto:ydn-flash@yahoogroups.com] On Behalf Of batmitra Sent: Thursday,...
This is a Flash solution that I think is undocumented: yahooMap.addMarkerByLatLon(ca.spintechnologies.maps.PushPin, latLon, {lat:latLon.y, lon:latLon.x,...
I'm working with the Astra maps library and examples provided, specifically the all functionality example. I tried putting the map on top of a panel and...
Hi sorry, in my answer i just put the code , but it shows how to put yahoo maps inside a ui control, you have to use the scalecontent property. I'm using Astra...
This worked great, thanks for the help! I don't need to do it right now, but what if you did want to scale the map? Is there a way to make it work? ... ...
I want to make my own graphic for the custom marker. I assume that the astra lib is using the custommarker.swf file, but I can't find a .fla file so I can...
hi you don't need a fla to edit you can create one yourself but if a graphic is all you want you can use customImage class, astra uses addImageMarkerByAddress...