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 75 - 104 of 2433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
75 Karl
doctorkj2000 Offline Send Email
Dec 11, 2006
2:17 pm
Has anyeone tried just building a 1.5 swf that contains all of your mapping components, since it will work natively with the yahoo maps components in 1.5, and...
76 Gregory S.
sumlogic Offline Send Email
Dec 11, 2006
3:54 pm
Karl, Funny you should bring it up. As hopefull as I was, I tried unsuccessful to do exactly what you suggested. But due to communication issues between the...
77 Firdosh Tangri
firdosht Offline Send Email
Dec 12, 2006
10:17 am
I created a yahoo maps app in AS2 and then called the functions in a Flex2 proj and it seemed to work fine, panning zooming , changing map views, havent really...
78 Abdul Qabiz
mail@... Send Email
Dec 12, 2006
2:00 pm
You can also check out FlashInterface that makes things easier when it comes to communicate between AVM and AVM +.. http://osflash.org/flashinterface -abdul...
79 Karl
doctorkj2000 Offline Send Email
Dec 12, 2006
10:16 pm
Finished this up today. There are obviously a ton of reasons to want to develop an overall application in flex 2 vs. flex 1.5, and since one piece of that...
80 acknight36 Offline Send Email Dec 13, 2006
12:28 am
I have a standalone Flash application. I have a button that calls a function that opens a yahoo map in a new window. Though I pass the correct lat/lon coords...
81 acknight36 Offline Send Email Dec 13, 2006
12:31 am
I have a standalone Flash application. I have a button that calls a function that opens a yahoo map in a new window. Though I pass the correct lat/lon coords...
82 Jeffery Bennett
citizenjeff Offline Send Email
Dec 13, 2006
12:38 am
Let's see some code for this, mang....
83 jay_chanowitz Offline Send Email Dec 13, 2006
9:55 pm
Hi, I have two questions on using CustomSWFMarkers. First, I can't seem to get click events to fire for widgets in the custom swf, such as on mousedowns,...
84 Gregg
moocycles Offline Send Email
Dec 13, 2006
10:29 pm
I am not using FLEX at the moment and code in AS 2.0. I have a virtual map microsite built that would be fantastic to use as a launch item from Yahoo Maps...
85 Firdosh Tangri
firdosht Offline Send Email
Dec 14, 2006
8:27 am
hey acknight, ok it seems like your setting the lat and long for the object before it is initialized which is why when you press the button for the second time...
86 Firdosh Tangri
firdosht Offline Send Email
Dec 14, 2006
8:28 am
yup the reason people want to use flex 2 is because of its strong framework and lots of cool components but essentially you can use just flash to create yahoo...
87 Adelle C. Knight
acknight36 Offline Send Email
Dec 14, 2006
4:27 pm
Okay. I sthere somewhere I can see the event handling stuff for the maps or are you talking events as in Flash events itself? ~ adelle. From: Firdosh Tangri...
88 Adelle C. Knight
acknight36 Offline Send Email
Dec 14, 2006
6:38 pm
I tried calling my function in a _root.onLoad event. Using trace statements, I can see that the function to set the lat/lon is being called before the...
89 Firdosh Tangri
firdosht Offline Send Email
Dec 15, 2006
9:30 pm
"that the function to set the lat/lon is being called before the onInitMap" should be called after the map is initialized ... From: Adelle C. Knight...
90 Zach Graves
z.graves Offline Send Email
Dec 17, 2006
11:24 am
You need to listen for the maps 'initialize' event before you make any calls to it, otherwise they'll be ignored because the actual map hasn't been created...
91 Zach Graves
z.graves Offline Send Email
Dec 17, 2006
11:29 am
Adding event listeners for the map is the same as adding listeners to events in flash, using addEventListener. ie: ...
92 Zach Graves
z.graves Offline Send Email
Dec 17, 2006
11:34 am
I would suggest that you create these mouse events in the swf itself, rather than on the map, if i understand you correctly. Can you post some code? Second,...
93 magiclinxxx Offline Send Email Dec 17, 2006
8:10 pm
Hi, I've run into an issue when using the LatLan class (import com.yahoo.maps.LatLon) - perhaps I'm just being stupid or overlooked something obvious but when...
94 jay_chanowitz Offline Send Email Dec 18, 2006
10:29 pm
Thanks. It looks like my problem is that I'm trapping rollover and rollout events in the custom swf root timeline to emulate the behavior in the POIMarker...
95 justinjkj Offline Send Email Dec 28, 2006
2:53 pm
Hi All, Does any one know, how to increase the height of progress bar component of flash Regards Justin...
96 Jeffery Bennett
citizenjeff Offline Send Email
Dec 28, 2006
3:10 pm
You'd use setSize(width, height) or change its height physically in the IDE....
97 Jonathan Spooner
spoonerh94 Offline Send Email
Jan 25, 2007
8:24 pm
How do you use the Maps constructor function? http://developer.yahoo.com/maps/flash/V3.04/flashReference.html#Map I would like to set the maps default location...
98 Jeffery Bennett
citizenjeff Offline Send Email
Jan 26, 2007
6:25 am
... Make sure you have the component in your library and try: _m_args = ...
99 jmcoa Offline Send Email Jan 28, 2007
9:05 am
From the example code, YahooSearch.fla works fine from within flash professional 8. If I put the resulting YahooSearch.swf movie inside a webpage and access it...
100 Jonathan Spooner
spoonerh94 Offline Send Email
Jan 29, 2007
6:50 am
Okay you officially rock. How did you figure that out? ... 11,addressStr:"1950...
101 marcelferrante Offline Send Email Jan 29, 2007
9:30 pm
We built an application but it isnt working any more. We use crossdomain and flash by Flashhttprequest described here: ...
102 Allen Rabinovich
allenrabinovich Online Now Send Email
Jan 29, 2007
9:46 pm
Hi Marcel, Yahoo! has moved many of the API entrypoints to *.yahooapis.com, to consolidate our API access and mitigate potential security issues. The new entry...
103 Allen Rabinovich
allenrabinovich Online Now Send Email
Jan 29, 2007
9:49 pm
Hi Carlos, It appears that this is a crossdomain.xml issue, due to the incorrect URL for the search API entrypoint. Make sure that your application is using...
104 Caleb Haye
calebhaye Offline Send Email
Jan 29, 2007
10:45 pm
Carlos, The problem is that there is no crossdomain file on api.search.yahoo.com (http://api.search.yahoo.com/crossdomain.xml), despite the fact that the web...
Messages 75 - 104 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