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...
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...
The documentation for LatLonController::getCenterLatLon() clearly states that "the MapEventDispatcher class dispatches an event named getCenter_Result with an...
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...
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...
... Pretty easy. Assuming that init() is called on Application creationComplete its a simple matter of creating a MapController and specifying your preferred...
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...
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....
It looks to me that hybrid tiles are map tiles superimposed over satellite tiles. I have noticed significant application load increase occuring with hybrid...
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...
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"...
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...
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...
!!!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...
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...