Skip to search.
ydn-flash · Yahoo! Flash Developer Group

Group Information

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

Messages

  Messages Help
Advanced
Messages 196 - 226 of 2433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
196 gregbown Offline Send Email Apr 1, 2007
10:50 am
I have three custom swf markers on a map positioned by latLon. The markers have a getURL in them, however any mouseDown event on the map brings up the urls....
197 endorphinumde Offline Send Email Apr 2, 2007
8:00 pm
Hi people, i have implemented the Flash Api within my new online magazin called "Beta-Sway". Everything is shown correctly, but the info beneath the Yahoo Logo...
198 Scott Morgan
doganation Online Now Send Email
Apr 2, 2007
8:21 pm
Your book doesn't load. It gets to page 56 of 57 and just dies. You may want to consider progressivly downloading each page so the user doesn't have to wait so...
199 vigilanteheatx Offline Send Email Apr 2, 2007
10:41 pm
Hi Group, I am using Flex 2 with the most recent Yahoo Maps API. Is it possible to have a user click on a Yahoo map and have an eventListener add a marker at...
200 Scott Morgan
doganation Online Now Send Email
Apr 3, 2007
2:59 am
Hi Girish, Yes, this is possible. There is a click event that gets broadcasted when the map is clicked and double clicked. This event is named "onClick" and...
201 Girish Rao
vigilanteheatx Offline Send Email
Apr 3, 2007
3:27 am
Hi Scott, Right, my code looks something like myMap.addEventListener("onClick", onClick); where the second onClick refers to a function. This addEventListener...
202 Scott Morgan
doganation Online Now Send Email
Apr 3, 2007
4:14 am
you don't have to specify anything in the click event of the YahooMap, the click event is broadcasted from the as2 component automatically. Inside your onClick...
203 vigilanteheatx Offline Send Email Apr 3, 2007
4:43 am
Hi Harris, Did you get this user click marker to work? I am trying to achieve similar functionality. What data type is point? Cheers, Girish...
204 Scott Morgan
doganation Online Now Send Email
Apr 3, 2007
5:13 am
That is exactly what you need to do. point is just an object in his case. I am not sure why he has it scoped globally, it probably should read var point:Object...
205 Girish Rao
vigilanteheatx Offline Send Email
Apr 3, 2007
7:25 pm
Hi Scott, Yep thanks, slowly making progress. But now Ive become stuck on Harris' problem. Here is my code. //these two lines are in the init() function var...
206 Girish Rao
vigilanteheatx Offline Send Email
Apr 3, 2007
7:29 pm
agh sorry the first line of my onClick function looks like this (only 1 parameter): private function onClick(ev:MapEvent):void{ ..... }...
207 endorphinumde Offline Send Email Apr 4, 2007
12:48 pm
Hello Scott, this is realy strange as with me everything works fine. Can you specify on what kind of system you are working on? I tried Firefox and IE on PC at...
208 vigilanteheatx Offline Send Email Apr 6, 2007
12:54 am
Hello, I am developing a Yahoo map in Flex 2 that allows the user to draw lines on the map in real time. For example, if the user clicks on the map twice, a...
209 Alistair
wee_malky Offline Send Email
Apr 7, 2007
3:03 pm
Hi, I am 'trying' to use the Flex Yahoo Map from the latest Yahoo! AS3 API Library. Everything works fine until I try to run my app in debug mode from ...
210 Scott Morgan
doganation Online Now Send Email
Apr 7, 2007
4:05 pm
We are looking into this. We are directing our questions to Adobe because this isn't a Yahoo Map issue, it is an External Interface issue, if you search you...
211 Alistair
wee_malky Offline Send Email
Apr 7, 2007
4:40 pm
Wow, quick reponse! Cheers Scott, I will just have to take a different tack. Al. ... ...
213 Firdosh Tangri
firdosht Offline Send Email
Apr 13, 2007
12:56 am
I was taking a look at the rss feed for the weather service but I cant find the url for the weather image like the cloud image or cloud with rain image if its...
214 Firdosh Tangri
firdosht Offline Send Email
Apr 13, 2007
4:28 am
Also this code trace(e.result.rss.channel.item.forecast.code); gives Error: Unknown Property: 'code'. ... From: Firdosh Tangri <firdosht@...> To:...
215 Josh Tynjala
joshtynjala Offline Send Email
Apr 13, 2007
5:02 pm
Firdosh, Have you tried using the Weather API wrapper we wrote for AS3? It makes working with the weather feed a lot easier. Josh Tynjala Yahoo! ... cant find...
216 incrediblehink Offline Send Email Apr 17, 2007
2:12 pm
We are developing a fairly large flash site using the container/module approach. We have used the actionscript api to embed a yahoo flash map into our ...
217 Gregory S.
sumlogic Offline Send Email
Apr 17, 2007
6:16 pm
1 thing to try is to have it created in a deopth that either you manage o0r is dynamic: theBQMap = BQMapContainer. attachMovie( "com.yahoo. maps.api....
218 incrediblehink Offline Send Email Apr 17, 2007
7:25 pm
I'll add the dynamic depth in the attachMovie statement. although thats the only thing in the "container". Out of thousands of lines of code, I have narrowed...
219 incrediblehink Offline Send Email Apr 17, 2007
8:54 pm
HAHAH I figured it out!! The array protypes were apparently crapping something out. I ended up writing those as functions and passing the array to be...
220 Firdosh Tangri
firdosht Offline Send Email
Apr 20, 2007
2:17 am
I couldnt find any working examples of it online. Plus the gives errors in debug mode :( ... From: Josh Tynjala <josht@...> To:...
221 Josh Tynjala
joshtynjala Offline Send Email
Apr 20, 2007
4:34 pm
We have an official example here: http://developer.yahoo.com/flash/howto-weather_answers-as3.html It's a mashup that I built with the Weather API with the...
222 Maruchan
lemonizer6 Offline Send Email
Apr 20, 2007
11:13 pm
It seems like the 2nd day forecast has the 1st day's date. Has anyone else noticed this?...
223 joshspooning Offline Send Email Apr 22, 2007
9:21 am
Does anyone have a simple yahoo maps in Flex 2 example that is simple and doesn't have any errors. I'm getting errors using the ones from Yahoo! I just need a...
224 Scott Morgan
doganation Online Now Send Email
Apr 23, 2007
7:47 am
What kind of errors are you getting? They are all online and obviously work fine? Scott ... __________________________________________________ Do You Yahoo!? ...
225 franto
franto27 Offline Send Email
Apr 23, 2007
8:18 am
examples which are included in .zip with AS3 API classes works well... Franto ... -- .:Franto:. http://blog.franto.com http://www.flashcoders.sk ...
226 vj
vj_svits Offline Send Email
Apr 23, 2007
1:48 pm
Hi, I am trying to use Yahoo Maps Flash API. I have installed Yahoo! Maps MXP, and was able to use Map and tool widgets successfully. But I am interested to...
Messages 196 - 226 of 2433   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help