Search the web
Sign In
New User? Sign Up
ydn-flash · Yahoo! Flash Developer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 341 - 371 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
341
hi i'm a beginer at yahoo maps and still trying to get my way around it, so back to your problem: i've implemented customPOI with lat and lon and didn't have...
batmitra
Offline Send Email
Sep 3, 2007
9:36 am
342
Well , that's what i'm feeling now, i'm starting to give up on yahoo maps, why? Well... 1- I use Flex 2 which is easy to work with simple yahoo maps component ...
batmitra
Offline Send Email
Sep 3, 2007
3:19 pm
343
Hello again It seems this group is dead I had an idea, can i extend the customPOi class in flex 2?...
batmitra
Offline Send Email
Sep 3, 2007
8:15 pm
344
Using the Maps AS3 Communication Kit you can extend whatever you need to. It is all documented and open sourced for that purpose. Scott ... ...
Scott Morgan
doganation
Online Now Send Email
Sep 3, 2007
10:46 pm
345
Hi scott thanks for answering Since i am new to yahoo maps can you please tell me where can i find samples on how to extend their classes so that i can make my...
batmitra
Offline Send Email
Sep 4, 2007
7:31 am
346
No, it is just that I don't do Flash, yet, so analyzing and modifying a Flash component is not attractive to me. Tracy ... From: ydn-flash@yahoogroups.com...
Tracy Spratt
nts333rd
Offline Send Email
Sep 4, 2007
2:54 pm
347
Hi one more day trying to get yahoo maps do what i want but with no succes, i really need some help. 1st- I found ou t that when we add a customPOI to our map...
batmitra
Offline Send Email
Sep 4, 2007
2:55 pm
348
Doesn't anyone knows of any book,tutorial, video or whatever but that has real examples on how to: Using Flex 2 and the AS3 connection kit from Yahoo -Add...
batmitra
Offline Send Email
Sep 5, 2007
12:40 pm
349
Hi, I just wanted to share an example of a site using yahoo maps in flash 8, that has custom markers with animations triggered by events, custom map type tools...
Erik Arvedson
f99erar
Offline Send Email
Sep 5, 2007
12:59 pm
350
hi great site, its a petty we can't find great docs too, i'm starting as of now to star developing a map application with google...
batmitra
Offline Send Email
Sep 5, 2007
1:29 pm
351
You want to use Google maps, have at 'er. I personally think AJAX is an abomination but I am a Flash developer so what else am I suppose to think. My site...
Randy Troppmann
randy.troppmann
Online Now Send Email
Sep 5, 2007
10:31 pm
352
nice app Randy! better than mapmyrun.com! Greg Murnock Interactive Web Application Development and Design greg@... Cell: 716.208.9931 www.m2xtreme.com...
Mr Greg Murnock
gmurnock
Offline Send Email
Sep 6, 2007
12:54 am
353
"... know very little about Flash and expect miracles with the API." This is exactly right. But this pressure is to be expected, particularly from the Flex...
Tracy Spratt
nts333rd
Offline Send Email
Sep 6, 2007
1:13 am
354
Hi Randy, your site rocks it's great but.. is it made with flex? Because if i start to develop all in flash ok i think i can handle it but the fact is i...
batmitra
Offline Send Email
Sep 6, 2007
6:50 am
355
I forgot another thing , although AJAX is not compared with flex or flash which i think are the best, the fact is that Google gives us at the beginning much...
batmitra
Offline Send Email
Sep 6, 2007
7:02 am
357
Antonio, You make some good points. In my rant I forgot you are building this in Flex. No, my app is built using Flash. I have not had much luck so far with...
Randy Troppmann
randy.troppmann
Online Now Send Email
Sep 6, 2007
2:02 pm
358
Sorry, I don't know of a tutorial other than what Yahoo has put up. This is what I would do: use a custom SWF that is bound to its own custom class. Have the...
Randy Troppmann
randy.troppmann
Online Now Send Email
Sep 6, 2007
3:33 pm
359
Now, I haven't looked at this hard, or for a while, but as I recall, one of my main issues with the communication kit is that the api calls do not return...
Tracy Spratt
nts333rd
Offline Send Email
Sep 6, 2007
3:53 pm
360
Hi Tracy no it doesn't return a reference to the point added , althought it knows wich marker we click on because it triggers an event and show us the index...
batmitra
Offline Send Email
Sep 6, 2007
5:36 pm
361
Hi Randy Thanks for answering I'm not a AJAXIAN as you probably notice but at this moment what i need to do can't be done easily in flash because i will have...
batmitra
Offline Send Email
Sep 6, 2007
5:40 pm
362
All the source is available in the download. Tracy ... From: ydn-flash@yahoogroups.com [mailto:ydn-flash@yahoogroups.com] On Behalf Of batmitra Sent: Thursday,...
Tracy Spratt
nts333rd
Offline Send Email
Sep 6, 2007
6:31 pm
363
This is a Flash solution that I think is undocumented: yahooMap.addMarkerByLatLon(ca.spintechnologies.maps.PushPin, latLon, {lat:latLon.y, lon:latLon.x,...
Randy Troppmann
randy.troppmann
Online Now Send Email
Sep 6, 2007
7:20 pm
364
thanks i will take a look at that...
batmitra
Offline Send Email
Sep 6, 2007
9:31 pm
365
I'm working with the Astra maps library and examples provided, specifically the all functionality example. I tried putting the map on top of a panel and...
mjulsonecometry
Offline Send Email
Sep 6, 2007
10:04 pm
366
<mx:Canvas width="100%" height="100%" left="0" top="100" > <yahoo:YahooMapService id="Roteiro" UUID="{UNIQUEID}" swfDomId="{SWFDOMID}" apiId="{YAHOOAPIKEY}"...
batmitra
Offline Send Email
Sep 7, 2007
7:17 am
367
Hi sorry, in my answer i just put the code , but it shows how to put yahoo maps inside a ui control, you have to use the scalecontent property. I'm using Astra...
batmitra
Offline Send Email
Sep 7, 2007
8:02 am
368
This worked great, thanks for the help! I don't need to do it right now, but what if you did want to scale the map? Is there a way to make it work? ... ...
mjulsonecometry
Offline Send Email
Sep 7, 2007
2:43 pm
369
hi if you want to scale the map just put scalecontent to true and then you can use the scalex and scaley properties....
batmitra
Offline Send Email
Sep 7, 2007
8:31 pm
370
I want to make my own graphic for the custom marker. I assume that the astra lib is using the custommarker.swf file, but I can't find a .fla file so I can...
mjulsonecometry
Offline Send Email
Sep 10, 2007
3:59 pm
371
hi you don't need a fla to edit you can create one yourself but if a graphic is all you want you can use customImage class, astra uses addImageMarkerByAddress...
batmitra
Offline Send Email
Sep 11, 2007
1:03 am
Messages 341 - 371 of 2036   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