Is it possible to get turn by turn directions using the new ActionScript 3 Yahoo Maps API? In other words, given a starting address and an ending address,...
By default, an AutoComplete instance shows up to 5 matches in a dropdown list. If there are more than 5, the list displays a scroll bar. I want to show more...
I am trying to use a combination of buttons with menus and buttons without menus in a single instance of MenuBar. I want to use MenuBar because of the...
Im using the new AudioPlayback component and I need to reference the sound object so that I can render and input the properties like the position and the...
Hi, I have a strange problem that I cannot figure out. I have a very simple Flex 3 application that shows a map and has a text field and button WHen the app...
I've been searching around but can't quite find an answer to this. It seems like with the new maps API for flash/flex you either get the simplified black...
Programmers have been using PostGres/PostGIS and ESRI shapefiles to create polygon overlays in google maps. I am wondering how this would be done in Yahoo!...
Jar, Unfortunately, there is no direct access to the sound object in the current release of the Audioplayback component. You can retrieve the values of length...
Trevor, The MenuBar component only manages menus. You will not be able trigger separate actions with buttons using this component. Our TabBar component has...
I found this link helpful in creating a custom search marker, however the ID seems to come back null when you create the marker, so it doesn't have a label...
Extending the Marker class shouldn't be too difficult since the Marker class extends Sprite. You would only run into a problem if your custom marker needs to...
Hi Yahoo, Your tutorials really are of limited use if you do not include the source for the examples. Presumably you developed these APIs to make it easier to...
I assume you're referring to the Weather-Answers mashup referenced on the Yahoo! Flash Developer center. The source code for this example is available as part...
I'm wondering if anyone has been using ProjectSprouts (www.projectsprouts.org). I've been enjoying it and I'm wondering what it would take to create a Sprout...
Tim, I've not yet tried Sprouts, but it certainly looks interesting and useful, and I plan to check it out more closely at some point in the future. I'm not a...
Ah I see, good tip. I'll give that a try. I was trying to extend the Marker class directly but was running into issues with resizes, etc. Maybe I can create a...
I have had good results with extending marker, embedding a SVG drawing as the marker graphic, but in that context couldn't embed a png graphic. Does the...
It's great component to improve Flash CS3. But I found this component can NOT deal with number includes comma(,). For example: it can show 1124, can't show...
Hi! I think I found a bug... When going over the YahooMap_Markers example - the one that adds 1000 randomly located SimpleMarkers within the map bounds, I...
Could you post some sample code? I do a lot of flex programming but I'm kind of dim on the underlying flash aspects and have not been able to get this to work....
Joe, here is something that worked for me. Good luck. Cheers! George package com.mama45.geo.markers { import com.yahoo.maps.api.markers.IMarker; import...
... drawing as the marker ... marker need to have ... just thought I'd ask. ... flags or something.) ... The Marker class is a subclass of Sprite, you can...
Thanks for the answer on the Marker class question! Say, I had a question on how to use the geocode() function in the Geocoder class. I understand the address...
The AutoComplete component: http://developer.yahoo.com/flash/astra-flash/autocomplete/ In the yahoo example that you can download, you see how you can feed a ...
I've run into the same problem. I believe that the problem occurs in LeafNode.as, line 95, in the drawNode function. If I'm doing my math correctly, the +1...
The solution was found for this issue. After you type something into this component and select your match from the dropdown list that displays, you can then...
Hi! I want to handle the special case of multiple markers which are overlapping (for example display a single marker with a different icon). Does anyone know...