Is there a way to get the source code for the Yahoo Maps component? I keep running into bugs and walls and would like to dig around to modify for my own...
I have a very strange error....when i load my map component alone as its own application, the CustomPOIMarker opens fine but when i put it in my viewstack, the...
Is there a way to show a marker, and then show other markers only if they are within a certain radius of the first? Also is there a way maybe with the...
I am using XML from the developer site with the GeoRSSOverlay, and every link I create pops up with this error: This link is not authorized by Yahoo! Is there...
I am new to all of this . I know html and I have Macromedia Flash 8 and I saw the Yahoo interactive map and I am not sure how to add it to my webpage. I...
the performance of the flash maps api seems to perform substantially slower than maps.yahoo.com in my application. has anyone else noticed this? Thanks, Brad...
Has anyone has success using the examples at this location http://developer.yahoo.com/maps/flash/flexGettingStarted.html in an AIR application? I can't seem...
It seems there's only a certain range of coordinates that setBounds works with. Why is this? Should it go from lat -90 to 90 and lon -180 to 180? Here's the...
It seems there's only a certain range of coordinates that setBounds works with. Why is this? Should it go from lat -90 to 90 and lon -180 to 180? Here's the...
Is there a way to set the wmode of the <embed tag during the config/call of a map? I'm using (or would like to use) extjs dialog's but I need to set the wmode...
Hello. I am trying to get a marker to show based on an address entered into a form. The map shows the correct location I enter, but the marker does not. For...
When I run the flash control in a browser... From the marker creation call back event routine, I am calling a custom method in my SWF marker. function...
Is there a way to draw a line without needing to point to an XML file? If so, how is it done? I have the lat/lon points. Something like a basic "lineto"? Can...
hi my friends ... I've just reviewed a piece of content management software that does so many different things for you as a website owner that I jokingly asked...
I have been playing with Yahoo! maps for a month or so and I haven't been able to find a way to add the Turn-By-Turn driving directions. Is this possible. Can...
How can I display search results on an overlay, where the search term is a string from a TextInput field? Below is an example, where I have a TextInput field -...
Hi, I'm currently using the CustomPOIMarker with my yahoo MAP and I have the map in a masked movieclip, which is causing the labels on the markers to...
I tried to create a local xml file to use for the RssGeo file, as shown below with the variable rssloc, being the location of the local file. It doesn't show...
could any body shead some light on the addMarkerByLatLon?? this is the script that I have used and it does not seem to work? function addMarkers(xml:XML):Void...
I have implemented Yahoo! Maps flash API into my CMS. I needed my users to be able to add a map to a post using a WYSIWYG editor, so I created some JavaScript...
Why is there no data available for searches in any of the other major cities or countries??? i have tried to search parks in london and it does not work???...
I am displaying 4 or 5 similar maps on a page. The navigation widgets, panTools, and markers only appear on the first three maps, regardless of the order in...
Is there a way to prevent my appid from appearing in the HTML source code viewable in a browser? Something tells me this value should not be made public in...
I have a map that has many customerSWFMarker's on it. When I click the markers, I want to do various things to the map. How do I reference the map from the...
I posted this in the other group but I don't think my question was well written. Does anyone have a code example of how I could call a function when a marker...
I posted this in the other group but I don't think my question was well written. Does anyone have a code example of how I could call a function when a marker...
When creating a marker, the description property supports a limited set of HTML... inline styles do not seem to be in this subset. Therefore, how is one...