You have probably figured this out already I assume that the Flash API with Internet Explorer sets an onload event handler. Thus, our IE onload event handlers...
To all: Being a newbie at the Yahoo Maps JS-Flash API (and searching this forum for a solution) I am running into an issue where the following function is ...
The simplest example is the NYC Subway Map Mashup http://www.onnyturf.com/subwaymap.php What¹s interesting about this is that, like what I am trying to do,...
Hello, In the flash api, I'm having trouble with the getBounds returned LatLonRect object. The properties are all of value NaN, which is of course not very...
if the problem is as you say, you could add a delay before your 'myOnLoad()' function gets called. something like: <body onload=myStartTimer(); > function...
Here's a link to a GPX file that contains tracks and waypoints; as noted, the tracks will not be displayed in the Yahoo map, but you should see the waypoints:...
... Even after eliminating the initial moves and zooms, and just creating a new map with the Zoom Level set to 9 consistantly (often not always) fails to draw...
... [I tried posting a response to Rob's message earlier Tuesday, but apparently it didn't take.] I've added a link to a sample GPX file to the Yahoo Maps form...
Adam, You can also build your own markers. You can pass them variables and call functions from them to get custom rollovers, have items outside the map affect...
Rob, Thanks for the reply...are you talking about the CustomSWFMarker? Unfortunately, about all I can do in flash is create neat looking banners :) I guess...
As you've figured out, the GeoRSSOverlay approach doesn't let you control the rendering of the markers. CustomImageMarker is easy to use, but it just lets you...
The Shoez idea is kinda what I was looking for... However, the functionality comes off much like google's interface, except google's is a little more friendly....
Adam, Yep, the CustomSWFMarker is a good tool for getting more complex markers made. It is a bit tricky to implement complex markers though, especially if you...
I've created a page that calls the Yahoo Geocode service and returns the results in Json format that can be parsed in my callback function. This works very...
I see the text box now, I just glossed it over before and came up with 'need file' . DOH! This whole thing is freaking cool as it is. Especially the text box, ...
Hello, I'm working on an app using the Yahoo Maps API and getting unexpected results. I am using ColdFusionMX and sending a simple CFHTTP/GET request to the...
... ok, my haste. I see you are (obviously) talking about the FLASH interfaces, not the Javascript interfaces. I forgot that they are differrent beasts. Just...
... from what I can see from the experts at comp.lang.javascript, its not that they handler doesn't fire, but that the order is not guranteed. Just as bad in...
... 'myOnLoad()' ... onload ... neat, I will try this. thanks But also see the post here on using onload() in IE. Apparently there is a possibility that the...
Jim, Let us know if you're still having trouble with this, it sounds like it wasn't aliased properly but should now be fixed. -Vince ... From: tetonpost...
The alternative is: Load the map in the HTML stream, not in an onload event handler. As I recall, the yahoo samples did not use an onload event handler to ...
Yes, I have had this problem for some months, the LatLongRect is correct when the map is created, but the bounds are lost (NaN) after the map is zoomed. ... ...
How do I get removed from this maps list???? I have sent several emails to remove me to no avail. Got any ideas...it's driving me crazy....10 emails a day or...
does anyone have an example of putting points on a map and drawing a line between the points? (not a route) like string between two pins on a map. I'd love to...