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 239 - 280 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
239
To build it into my application seamlessly with my authoring environment (I use eclipse and FDT to code actionscript) I really need the yahoo classes with are...
mrpeterobrien
Offline Send Email
May 2, 2007
12:57 pm
240
... Sorry, I should add using Yahoo Maps...
mrpeterobrien
Offline Send Email
May 2, 2007
12:59 pm
242
So, I re-did it again and got this error when I debugged: [SWF] /us.tile.maps.yimg.com/tile - 446 bytes after decompression undefined at...
joshspooning
Offline Send Email
May 8, 2007
1:44 am
243
This has been posted many times before, but there is an issue when trying to debug a flex application that communicates with an AVM1 swf. The maps swf is a...
Scott Morgan
doganation
Offline Send Email
May 9, 2007
4:36 am
244
The documentation for LatLonController::getCenterLatLon() clearly states that "the MapEventDispatcher class dispatches an event named getCenter_Result with an...
f0_0l
Offline Send Email
May 18, 2007
7:54 pm
248
Hello! I'm from Austria and have to build for a project at university a mashup with Yahoo! Maps and Yahoo Weather. The map should show in markers weather...
christoph.batik
Offline Send Email
May 30, 2007
9:12 am
249
Hello, i'm french so sorry if i make faults. I have the same problem, i would like intercept mouse event with the CustomSWFMarker, but it seems that...
anthony.manach1
Offline Send Email
Jun 4, 2007
7:13 am
250
Is it possible to open a Yahoo map in Satellite view? I am using Flex 2 with the AS3 library for Yahoo! maps....
sarah_e_boys
Offline Send Email
Jun 5, 2007
3:17 pm
251
... Pretty easy. Assuming that init() is called on Application creationComplete its a simple matter of creating a MapController and specifying your preferred...
f0_0l
Offline Send Email
Jun 7, 2007
4:37 pm
252
Hello! I'm working with the maps api in Flex 2. Everything looks good so far, but I need some advice on the following. First, I have some location data that...
psychlonex
Offline Send Email
Jun 8, 2007
8:05 pm
253
How do you use the yahoo maps api with flash professional cs3? Noah...
Noah Levitt
zhlubbish
Offline Send Email
Jun 12, 2007
11:11 pm
254
Take a look at how you use them in Flex, and then probably just convert that to all Actionscript. I did a version here using all AS3 but with the Flex SDK....
psychlonex
Offline Send Email
Jun 13, 2007
3:21 pm
255
It looks to me that hybrid tiles are map tiles superimposed over satellite tiles. I have noticed significant application load increase occuring with hybrid...
Randy Troppmann
randy.troppmann
Offline Send Email
Jun 13, 2007
5:52 pm
256
Well, one issue is that, for example, YahooMapService subclasses mx.controls.SWFLoader, which is part of flex, but not flash. Noah...
Noah Levitt
zhlubbish
Offline Send Email
Jun 13, 2007
6:15 pm
257
Hi, I'm using the Yahoo search api and trying to display a video using the ClickUrl in the Flex video component. I cant seem to get this to work. Has anyone...
ashifsayani
Offline Send Email
Jun 20, 2007
3:40 am
259
Hello, I am having to setup my initial Flex Yahoo Map application... :( What I get is a small rectangle (probably 10x10pixels) in my browser after I try "Run"...
peter_kissa
Offline Send Email
Jun 21, 2007
8:03 pm
260
Is that you who also posted to the flex coders list? I saw this rectangle a few times myself but don't know what causes it. Try putting it in something other...
John Robinson
psychlonex
Offline Send Email
Jun 21, 2007
10:30 pm
261
Hi, I had this problem and I solved it by setting the SWFDOMID to my application's swf name. This tells the as2map.swf who to communicate back to. private...
Ashif Sayani
ashifsayani
Offline Send Email
Jun 22, 2007
3:13 am
262
Nope - that was not me... I will do another test later today - as you suggested... Thanks, Peter ... seem ... browser ... checked ... up, ... for...
peter_kissa
Offline Send Email
Jun 22, 2007
1:13 pm
263
!!!YES!!! This did it... It works now... Hmm - this may indicate that there is a space for improving the instructions yahoo has, since there are at least two...
peter_kissa
Offline Send Email
Jun 22, 2007
1:25 pm
264
I would like some help in making a button to remove the widget. The code to load the widget is: var localSearch = new LocalSearchOverlay(); ...
nate.cooper
Offline Send Email
Jun 25, 2007
6:10 pm
265
Hi, when I use setCenterByAddress on the map, I get a EVENT_MARKER_GEOCODE_SUCCESS event if the address is found, but no event otherwise. The...
Erik Arvedson
f99erar
Offline Send Email
Jun 26, 2007
6:53 am
271
Hi all, I'm running into a frustrating problem: "EVENT_MARKER_DRAG_STOP" events from JavaScript (V3.5.2) always arrive with the "marker" property undefined. As...
darrencarlson
Offline Send Email
Jul 3, 2007
1:14 pm
272
This one is for Yahoo developers: Looks like you accidentally left a JavaScript "Alert" debug message in "Marker.prototype.moveToLatLon". Always pops up LatLon...
darrencarlson
Offline Send Email
Jul 5, 2007
10:32 am
274
I have a FLash-JS map getting POI markers from JS. I can tell when the ajax request is complete, but the markers are not done drawing on the map. Is there a...
dhulting
Online Now Send Email
Jul 12, 2007
4:16 pm
275
I found a solution myself: marker.addEventListener(CustomPOIMarker.EVENT_INITIALIZE, markerEvent); Just guessed at EVENT_INITIALIZE. Does anyone know of the...
dhulting
Online Now Send Email
Jul 12, 2007
6:07 pm
276
I just hit this issue. Is there any more info available? Tracy Spratt ... is something on the Flash 8 side, I have to look into the recent component update...
Tracy Spratt
nts333rd
Offline Send Email
Jul 13, 2007
12:43 am
277
It looks like "addCustomPOIMarker", which uses an address, is the only marker that will dispatch a click event(onPOIClicked). I need to be able to set a marker...
Tracy Spratt
nts333rd
Offline Send Email
Jul 13, 2007
1:15 am
278
I can successfully use addMarkerByLatLon() with an empty string in the first argument to add a WaypointMarker. I'd like to use tht method to add a...
Tracy Spratt
nts333rd
Offline Send Email
Jul 13, 2007
9:48 pm
280
hi all, I am having a strange refresh issue when using showPolylineOverlay. I am using the Yahoo! Maps AS3 Communication Kit. The problem arises when I load...
RVEEJAY
Offline Send Email
Jul 19, 2007
12:41 pm
Messages 239 - 280 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