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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 196 - 226 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
196
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....
gregbown
Online Now Send Email
Apr 1, 2007
10:50 am
197
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...
endorphinumde
Offline Send Email
Apr 2, 2007
8:00 pm
198
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...
Scott Morgan
doganation
Online Now Send Email
Apr 2, 2007
8:21 pm
199
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...
vigilanteheatx
Offline Send Email
Apr 2, 2007
10:41 pm
200
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...
Scott Morgan
doganation
Online Now Send Email
Apr 3, 2007
2:59 am
201
Hi Scott, Right, my code looks something like myMap.addEventListener("onClick", onClick); where the second onClick refers to a function. This addEventListener...
Girish Rao
vigilanteheatx
Offline Send Email
Apr 3, 2007
3:27 am
202
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...
Scott Morgan
doganation
Online Now Send Email
Apr 3, 2007
4:14 am
203
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...
vigilanteheatx
Offline Send Email
Apr 3, 2007
4:43 am
204
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...
Scott Morgan
doganation
Online Now Send Email
Apr 3, 2007
5:13 am
205
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...
Girish Rao
vigilanteheatx
Offline Send Email
Apr 3, 2007
7:25 pm
206
agh sorry the first line of my onClick function looks like this (only 1 parameter): private function onClick(ev:MapEvent):void{ ..... }...
Girish Rao
vigilanteheatx
Offline Send Email
Apr 3, 2007
7:29 pm
207
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...
endorphinumde
Offline Send Email
Apr 4, 2007
12:48 pm
208
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...
vigilanteheatx
Offline Send Email
Apr 6, 2007
12:54 am
209
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 ...
Alistair
wee_malky
Offline Send Email
Apr 7, 2007
3:03 pm
210
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...
Scott Morgan
doganation
Online Now Send Email
Apr 7, 2007
4:05 pm
211
Wow, quick reponse! Cheers Scott, I will just have to take a different tack. Al. ... ...
Alistair
wee_malky
Offline Send Email
Apr 7, 2007
4:40 pm
213
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...
Firdosh Tangri
firdosht
Offline Send Email
Apr 13, 2007
12:56 am
214
Also this code trace(e.result.rss.channel.item.forecast.code); gives Error: Unknown Property: 'code'. ... From: Firdosh Tangri <firdosht@...> To:...
Firdosh Tangri
firdosht
Offline Send Email
Apr 13, 2007
4:28 am
215
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...
Josh Tynjala
joshtynjala
Online Now Send Email
Apr 13, 2007
5:02 pm
216
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 ...
incrediblehink
Online Now Send Email
Apr 17, 2007
2:12 pm
217
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....
Gregory S.
sumlogic
Offline Send Email
Apr 17, 2007
6:16 pm
218
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...
incrediblehink
Online Now Send Email
Apr 17, 2007
7:25 pm
219
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...
incrediblehink
Online Now Send Email
Apr 17, 2007
8:54 pm
220
I couldnt find any working examples of it online. Plus the gives errors in debug mode :( ... From: Josh Tynjala <josht@...> To:...
Firdosh Tangri
firdosht
Offline Send Email
Apr 20, 2007
2:17 am
221
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...
Josh Tynjala
joshtynjala
Online Now Send Email
Apr 20, 2007
4:34 pm
222
It seems like the 2nd day forecast has the 1st day's date. Has anyone else noticed this?...
Maruchan
lemonizer6
Offline Send Email
Apr 20, 2007
11:13 pm
223
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...
joshspooning
Offline Send Email
Apr 22, 2007
9:21 am
224
What kind of errors are you getting? They are all online and obviously work fine? Scott ... __________________________________________________ Do You Yahoo!? ...
Scott Morgan
doganation
Online Now Send Email
Apr 23, 2007
7:47 am
225
examples which are included in .zip with AS3 API classes works well... Franto ... -- .:Franto:. http://blog.franto.com http://www.flashcoders.sk ...
franto
franto27
Offline Send Email
Apr 23, 2007
8:18 am
226
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...
vj
vj_svits
Offline Send Email
Apr 23, 2007
1:48 pm
Messages 196 - 226 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