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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 271 - 307 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
282
I'm trying to use the localSearch.search (http://developer.yahoo.com/maps/flash/V3.5/flashReference.html#LocalSearchOverl\ ay) in my Yahoo Maps and using the...
dkbbarrl
Offline Send Email
Jul 23, 2007
10:18 pm
283
Hi, I am reading an xml with the latitude and longitude in radians. How do I tell LatLon that the values are in this format? The documentation says has the...
eu-callejas
Offline Send Email
Jul 30, 2007
6:24 pm
285
Can anyone from the Y! team tell me what the error range is for lat/lon when you click on the map at, say, zoom level 3? And ... do you know how accurate the...
Randy Troppmann
randy.troppmann
Offline Send Email
Aug 4, 2007
2:36 am
286
hi, i am developing a project which is exactly a Multi-Player RPG Game;details as below: 1.multi player move from one scene to another,and every one can watch...
louie518
Offline Send Email
Aug 6, 2007
9:27 am
289
I am begining a project where I need to display large amounts of esri data on a map for a marketing piece. Are their any solutions available for importing and...
???
gren28
Offline Send Email
Aug 7, 2007
3:48 pm
290
Is it possible to specify the duration of the zoom animation when using the Yahoo Maps API's setZoomLevel method?...
skyegior
Online Now Send Email
Aug 7, 2007
7:13 pm
291
There doesn't seem to be that parameter on that function. However you could use the setCenterByLatLonAndZoom and just send it your current center lat and lon....
Eugenio Callejas
eu-callejas
Offline Send Email
Aug 7, 2007
7:55 pm
292
I am hoping that someone can help me with this question. I have this map going: http://www.daily-chronicle.com/newsart/bridges2.html. The data is being pulled...
dkbbarrl
Offline Send Email
Aug 8, 2007
6:07 pm
293
have you tried forcing line breaks in using /n. You could also figure out where the text field is in the display list and force the multiline and wordwrap...
Scott Morgan
doganation
Offline Send Email
Aug 8, 2007
11:46 pm
295
Hello, i'm french, so excuse my faults. I try to have an Id (key) for my Yahoo Map Application, but when i fill in the form "Developer Registration" ...
anthony.manach1
Offline Send Email
Aug 20, 2007
10:12 am
296
good time. i'm newbie in here. and i've some problem with action script 2.0 i've 2 swf files: main.swf and content.swf. after press button in first...
Carlo Gulliani
carlogulliani
Offline Send Email
Aug 20, 2007
12:37 pm
297
If you want to delete a variable you can simple use: delete varName; to unload a dynamically loaded movie it is best to load it into a dynamically created...
Scott Morgan
doganation
Offline Send Email
Aug 20, 2007
5:55 pm
298
Loading SWF, MP3, JPEG, GIF, PNG, FLV, and XML files from other domains When an attempt is made to load content into a SWF file at runtime, the request is...
flashextensions
Offline Send Email
Aug 21, 2007
8:52 am
299
Hello Anyone can recommened me an actionscript 3.0 book with exercises after each chapter? Like programming books which are used in college/university courses....
Saleh
saleh_rambo
Offline Send Email
Aug 22, 2007
3:31 am
300
Most of the time, I check friendsofed.com for books on flash. Also Essential Actionscript 3.0 by Colin Moock is really great I heard. I'm trying to switch to...
Michael Co
mv_bear
Online Now Send Email
Aug 22, 2007
6:38 am
301
up :)...
anthony.manach1
Offline Send Email
Aug 22, 2007
7:12 am
302
Hello. I want to present 2 yahoo maps. but just 1 yahoo map was present, another map is not loaded. How can I solve this problem?...
hermesshin
Offline Send Email
Aug 22, 2007
8:32 am
303
Does any one know from where can i get the downloadable book on AS3 for FREE!. Thanks Michael Co <mv_bear@...> wrote: Most of the time, I check...
Justin Jose
justinjkj
Offline Send Email
Aug 22, 2007
1:12 pm
304
I'm going thru Adobe Flex2 - Training from the Source. It has been by far the mose complete book I have found for FLEX, save the developers guide. it has you...
Mr Greg Murnock
gmurnock
Online Now Send Email
Aug 22, 2007
1:18 pm
305
I'm trying to load weather data for an application I'm working on. It works fine locally, but once I upload it to the server it won't work anymore. The error...
jdcarlson1
Offline Send Email
Aug 22, 2007
1:46 pm
306
This is a known issue. I solved it like this: First, I created a separate mxml component that encapsulated all the YahooMap functionality, and instantiated it...
Tracy Spratt
nts333rd
Offline Send Email
Aug 22, 2007
2:01 pm
307
Are you specifying where to load the policy file from? I haven't worked with Weather, but Maps works fine from my server. Also, as I understand, ...
Tracy Spratt
nts333rd
Offline Send Email
Aug 22, 2007
2:08 pm
Messages 271 - 307 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