Too busy to handle another call? Incontact24-7 has the solution for you. Presenting IVR Plus, an interactive voice response system that could provide the help...
Is there a way to limit the area a user can look around on? I am using Yahoo map in a flash document, and I would like to have only a certain area open for...
Hi, I'm a newbie for this group and yahoo maps in flash. Therefore, I have question about it. I'm trying to load a picture (jpg) on the POI marker. So the...
Hi there, Is there anybody in this forum? Is there any other forum who can help answer my questions about yahoo! map flash? I already manage to have image on...
Hi All, Just wondering if there is a way to position a custom CustomSWFOverlay in a specific Lat/Long, and have it scale and move with the map? Regards Karim...
Hi, I am having this same problem, and putting a crossdomain.xml file on my server root did not resolve this. The content of the crossdomain.xml is this: ...
It's not available in the flash api directly. Although I bet it'd be possible to do a mixture of google maps and yahoo maps by calling the google maps api via...
I cannot find any specific examples showing the syntax for adding markers via Lat/Lon and setting the map center via Lat/Lon. I would prefer to do everything...
A correction to my previous post: including the crossdomain.xml file in my webroot folder did work. I had loaded the wrong data.xml file to my server, and...
Hi all, I want to be able to include a layer that comes from a web feature service (wfs). The output returned from a wfs is gml. The closest thing to this I...
I'm using new astra api with flex. For developing I use only free flashDevelop - I mean I don't have commercial Flash. What I'm trying to do is to add custom...
Hello, First post but just a quick question for you all. i didnt see how to "Place Smart Markers on a Yahoo! Map" for FLASH API. is this just for the DHTML...
Sorry, i meant to add... is it possible to Place Smart Markers on a Yahoo! FLASH Map by "clicking on the map" on the exact point rather then typing in a street...
Adding markers via Lat/Long can be found in the sample code shown here: http://developer.yahoo.com/maps/flash/V3.5/flashReference.html#CustomSWFMarker One of...
Hi, I already manage to have image on my marker. Now I'm trying to show different images in every marker with XML. However, i keep getting undefined for the...
Ok so I wanted to use XML to add in multiple markers but I just don't like the look of the default marker I get from the code supplied. I got a custom made...
I need help with keeping other markers from over lapping in my map. I made little pop up windows with my markers and sometimes the markers next to it will over...
Maximize Chances To Get Right Job, Submit Resume In One Click Placement Papers Resume Cover Letters FAQs Testing Tutorial PHP Tutorials PC Assembling...
Try swapDepths of your popup marker when you click it. Move it to the top. The icons are expanding at the depth at which they were loaded. I had this same...
ok, how would I go about doing that exactly. I'm guessing that the "swapDepths" is the code for it, but where would I place it in my code? - Cole ... ...
On your icon, inside the on (press) {} that you created, put code like this: _parent.swapDepths(_parent._parent.getNextHighestDepth()); ... you may need to...
So I tired this and I keep getting an error message :( If I understood correctly you would place that code in the swf file for my markers correct? ... code? ...
Maximize Chances To Get Right Job, Submit Resume In One Click Placement Papers Resume Cover Letters FAQs Testing Tutorial PHP Tutorials PC Assembling...
Hello I have seen that there is a class named "Distance" on Flash APIs Reference Manual. I have try to use it, I have followed the example on the Manual, but ...
In the example given for adding a map dyanmically using Actionscript (see below) they only offer a Lat Lon option. Does anyone know the correct format for...