Search the web
Sign In
New User? Sign Up
yws-maps-flash · | Yahoo! Maps Flash APIs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 139 - 168 of 650   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
139
I read your profile today, I thought I would drop you a line and hope to become your friend! Check my personal page here: ...
girlpmrider
Offline Send Email
Sep 4, 2007
1:59 am
140
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...
kikzmack
Offline Send Email
Sep 7, 2007
2:51 am
141
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...
yitzakbenjosef
Offline Send Email
Sep 7, 2007
5:16 pm
142
Are you looking for a sexy beautiful woman for a sugar baby? Are you looking for a rich man for a Sugar Daddy? It is the right place for you. ...
joyce09988
Offline Send Email
Sep 10, 2007
9:19 am
143
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...
ayoksusdonk
Offline Send Email
Sep 10, 2007
4:42 pm
144
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...
ayoksusdonk
Offline Send Email
Sep 13, 2007
8:36 pm
145
Hi, I hae tough problems running the Maps Example of the Astra Web api's.. I have them unzipped in the folder ...
Domnic
saviodomnic
Offline Send Email
Sep 14, 2007
8:28 am
146
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...
karim.beyrouti
Offline Send Email
Sep 14, 2007
1:26 pm
147
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: ...
hrubizna
Offline Send Email
Sep 14, 2007
8:24 pm
148
Are you running FlashMX2004 or CS3? I had trouble getting the examples working in 2004, but they seem to work in CS3. Steve Nelson...
Steve Nelson
fusebox_steve
Offline Send Email
Sep 17, 2007
3:37 pm
149
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...
Steve Nelson
fusebox_steve
Offline Send Email
Sep 17, 2007
3:45 pm
150
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...
5 Star
bigmoves23
Online Now Send Email
Sep 17, 2007
4:38 pm
151
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...
hrubizna
Offline Send Email
Sep 17, 2007
7:40 pm
152
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...
hrubizna
Offline Send Email
Sep 17, 2007
8:06 pm
153
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...
kapdevelop
Offline Send Email
Sep 18, 2007
7:37 pm
154
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...
dreamchimney
Offline Send Email
Sep 18, 2007
8:03 pm
155
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...
dreamchimney
Offline Send Email
Sep 18, 2007
8:20 pm
156
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...
Brian Kiel
briankiel
Offline Send Email
Sep 18, 2007
9:57 pm
157
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...
ayoksusdonk
Offline Send Email
Sep 25, 2007
9:05 pm
158
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...
Cole Geissinger
colegeissinger
Offline Send Email
Sep 25, 2007
9:51 pm
159
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...
Cole
colegeissinger
Offline Send Email
Sep 25, 2007
10:39 pm
160
Maximize Chances To Get Right Job, Submit Resume In One Click Placement Papers Resume Cover Letters FAQs Testing Tutorial PHP Tutorials PC Assembling...
anushaka anusha
anushaka_anu...
Offline Send Email
Sep 27, 2007
6:06 am
161
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...
baddogg9999
Offline Send Email
Sep 27, 2007
3:29 pm
162
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 ... ...
Cole
colegeissinger
Offline Send Email
Sep 27, 2007
4:38 pm
163
On your icon, inside the on (press) {} that you created, put code like this: _parent.swapDepths(_parent._parent.getNextHighestDepth()); ... you may need to...
baddogg9999
Offline Send Email
Sep 27, 2007
6:05 pm
164
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? ...
Cole
colegeissinger
Offline Send Email
Sep 27, 2007
6:11 pm
165
Maximize Chances To Get Right Job, Submit Resume In One Click Placement Papers Resume Cover Letters FAQs Testing Tutorial PHP Tutorials PC Assembling...
anushaka anusha
anushaka_anu...
Offline Send Email
Sep 28, 2007
6:18 am
166
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 ...
dexalex71
Offline Send Email
Sep 29, 2007
12:38 pm
167
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...
banquo132000
Offline Send Email
Oct 8, 2007
4:01 pm
168
You have received a NEW friend request! Check this request here: http://newdvfriend.googlepages.com/myfriend.htm...
newdvfriend
Offline Send Email
Oct 9, 2007
12:15 am
Messages 139 - 168 of 650   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