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...
This one is for Yahoo developers: Looks like you accidentally left a JavaScript "Alert" debug message in "Marker.prototype.moveToLatLon". Always pops up LatLon...
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...
I found a solution myself: marker.addEventListener(CustomPOIMarker.EVENT_INITIALIZE, markerEvent); Just guessed at EVENT_INITIALIZE. Does anyone know of the...
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...
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...
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...
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...
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...
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...
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...
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...
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....
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...
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...
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" ...
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...
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...
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....
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...
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...
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...
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...