I have three custom swf markers on a map positioned by latLon. The markers have a getURL in them, however any mouseDown event on the map brings up the urls....
Hi people, i have implemented the Flash Api within my new online magazin called "Beta-Sway". Everything is shown correctly, but the info beneath the Yahoo Logo...
Your book doesn't load. It gets to page 56 of 57 and just dies. You may want to consider progressivly downloading each page so the user doesn't have to wait so...
Hi Group, I am using Flex 2 with the most recent Yahoo Maps API. Is it possible to have a user click on a Yahoo map and have an eventListener add a marker at...
Hi Girish, Yes, this is possible. There is a click event that gets broadcasted when the map is clicked and double clicked. This event is named "onClick" and...
Hi Scott, Right, my code looks something like myMap.addEventListener("onClick", onClick); where the second onClick refers to a function. This addEventListener...
you don't have to specify anything in the click event of the YahooMap, the click event is broadcasted from the as2 component automatically. Inside your onClick...
That is exactly what you need to do. point is just an object in his case. I am not sure why he has it scoped globally, it probably should read var point:Object...
Hi Scott, Yep thanks, slowly making progress. But now Ive become stuck on Harris' problem. Here is my code. //these two lines are in the init() function var...
Hello Scott, this is realy strange as with me everything works fine. Can you specify on what kind of system you are working on? I tried Firefox and IE on PC at...
Hello, I am developing a Yahoo map in Flex 2 that allows the user to draw lines on the map in real time. For example, if the user clicks on the map twice, a...
Hi, I am 'trying' to use the Flex Yahoo Map from the latest Yahoo! AS3 API Library. Everything works fine until I try to run my app in debug mode from ...
We are looking into this. We are directing our questions to Adobe because this isn't a Yahoo Map issue, it is an External Interface issue, if you search you...
I was taking a look at the rss feed for the weather service but I cant find the url for the weather image like the cloud image or cloud with rain image if its...
Firdosh, Have you tried using the Weather API wrapper we wrote for AS3? It makes working with the weather feed a lot easier. Josh Tynjala Yahoo! ... cant find...
We are developing a fairly large flash site using the container/module approach. We have used the actionscript api to embed a yahoo flash map into our ...
1 thing to try is to have it created in a deopth that either you manage o0r is dynamic: theBQMap = BQMapContainer. attachMovie( "com.yahoo. maps.api....
I'll add the dynamic depth in the attachMovie statement. although thats the only thing in the "container". Out of thousands of lines of code, I have narrowed...
HAHAH I figured it out!! The array protypes were apparently crapping something out. I ended up writing those as functions and passing the array to be...
We have an official example here: http://developer.yahoo.com/flash/howto-weather_answers-as3.html It's a mashup that I built with the Weather API with the...
Does anyone have a simple yahoo maps in Flex 2 example that is simple and doesn't have any errors. I'm getting errors using the ones from Yahoo! I just need a...
What kind of errors are you getting? They are all online and obviously work fine? Scott ... __________________________________________________ Do You Yahoo!? ...
Hi, I am trying to use Yahoo Maps Flash API. I have installed Yahoo! Maps MXP, and was able to use Map and tool widgets successfully. But I am interested to...