Search the web
Sign In
New User? Sign Up
ydn-flash · Yahoo! Flash Developer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 705 - 735 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
705
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,...
sdbarletta
Online Now Send Email
Mar 1, 2008
9:26 pm
706
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...
Scott
scottrlindberg
Offline Send Email
Mar 2, 2008
3:26 am
707
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...
trevorpowell82
Offline Send Email
Mar 2, 2008
9:12 am
708
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...
jar
jarbolero
Offline Send Email
Mar 2, 2008
11:40 am
709
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...
miplap
Offline Send Email
Mar 2, 2008
12:44 pm
710
OK ... turns out I was using the wrong API !! I've just gone through the screencast which pointed out this mistake. Thanks Mark...
miplap
Offline Send Email
Mar 2, 2008
1:36 pm
711
I've fixed the bug and will be included in the next update. (This week) Release notes/changelog will be included. -zach...
Zach Graves
z.graves
Offline Send Email
Mar 3, 2008
1:18 am
712
thx, Zach ;) ... -- katopz http://www.sleepydesign.com...
katopz
Offline Send Email
Mar 3, 2008
3:31 am
713
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...
Jesse
j_hixson
Offline Send Email
Mar 3, 2008
5:13 pm
714
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!...
utbrain
Offline Send Email
Mar 3, 2008
5:43 pm
715
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...
tripp.bridges
Offline Send Email
Mar 3, 2008
6:37 pm
716
Trevor, The MenuBar component only manages menus. You will not be able trigger separate actions with buttons using this component. Our TabBar component has...
tripp.bridges
Offline Send Email
Mar 3, 2008
9:12 pm
718
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...
jhoover55106
Offline Send Email
Mar 4, 2008
5:19 pm
719
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...
Matt Wright
designhonky
Offline Send Email
Mar 4, 2008
6:01 pm
720
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...
garywca
Offline Send Email
Mar 4, 2008
7:11 pm
721
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...
Josh Tynjala
joshtynjala
Offline Send Email
Mar 4, 2008
9:32 pm
722
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.gremore
Offline Send Email
Mar 4, 2008
9:58 pm
723
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...
Josh Tynjala
joshtynjala
Offline Send Email
Mar 4, 2008
10:22 pm
724
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...
Jesse
j_hixson
Offline Send Email
Mar 5, 2008
3:03 pm
725
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...
george.girton
Offline Send Email
Mar 5, 2008
6:51 pm
726
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...
digowu
Offline Send Email
Mar 6, 2008
3:05 am
727
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...
sefi.ninio
Offline Send Email
Mar 6, 2008
10:43 am
728
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....
jhoover55106
Offline Send Email
Mar 6, 2008
4:00 pm
729
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...
george girton
george.girton
Offline Send Email
Mar 7, 2008
2:20 am
730
... 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...
Zach Graves
z.graves
Offline Send Email
Mar 7, 2008
2:52 am
731
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...
george girton
george.girton
Offline Send Email
Mar 7, 2008
6:11 pm
732
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 ...
Scott
scottrlindberg
Offline Send Email
Mar 7, 2008
6:13 pm
733
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...
mike_z_1973
Offline Send Email
Mar 7, 2008
10:09 pm
734
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...
Scott
scottrlindberg
Offline Send Email
Mar 8, 2008
12:34 am
735
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...
sefi.ninio
Offline Send Email
Mar 10, 2008
4:34 pm
Messages 705 - 735 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help