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...
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...