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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 75 - 104 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
75
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...
Karl
doctorkj2000
Offline Send Email
Dec 11, 2006
2:17 pm
76
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...
Gregory S.
sumlogic
Offline Send Email
Dec 11, 2006
3:54 pm
77
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...
Firdosh Tangri
firdosht
Offline Send Email
Dec 12, 2006
10:17 am
78
You can also check out FlashInterface that makes things easier when it comes to communicate between AVM and AVM +.. http://osflash.org/flashinterface -abdul...
Abdul Qabiz
mail@...
Send Email
Dec 12, 2006
2:00 pm
79
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...
Karl
doctorkj2000
Offline Send Email
Dec 12, 2006
10:16 pm
80
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...
acknight36
Offline Send Email
Dec 13, 2006
12:28 am
81
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...
acknight36
Offline Send Email
Dec 13, 2006
12:31 am
82
Let's see some code for this, mang....
Jeffery Bennett
citizenjeff
Offline Send Email
Dec 13, 2006
12:38 am
83
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,...
jay_chanowitz
Offline Send Email
Dec 13, 2006
9:55 pm
84
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...
Gregg
moocycles
Offline Send Email
Dec 13, 2006
10:29 pm
85
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...
Firdosh Tangri
firdosht
Offline Send Email
Dec 14, 2006
8:27 am
86
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...
Firdosh Tangri
firdosht
Offline Send Email
Dec 14, 2006
8:28 am
87
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...
Adelle C. Knight
acknight36
Offline Send Email
Dec 14, 2006
4:27 pm
88
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...
Adelle C. Knight
acknight36
Offline Send Email
Dec 14, 2006
6:38 pm
89
"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...
Firdosh Tangri
firdosht
Offline Send Email
Dec 15, 2006
9:30 pm
90
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...
Zach Graves
z.graves
Offline Send Email
Dec 17, 2006
11:24 am
91
Adding event listeners for the map is the same as adding listeners to events in flash, using addEventListener. ie: ...
Zach Graves
z.graves
Offline Send Email
Dec 17, 2006
11:29 am
92
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,...
Zach Graves
z.graves
Offline Send Email
Dec 17, 2006
11:34 am
93
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...
magiclinxxx
Offline Send Email
Dec 17, 2006
8:10 pm
94
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...
jay_chanowitz
Offline Send Email
Dec 18, 2006
10:29 pm
95
Hi All, Does any one know, how to increase the height of progress bar component of flash Regards Justin...
justinjkj
Offline Send Email
Dec 28, 2006
2:53 pm
96
You'd use setSize(width, height) or change its height physically in the IDE....
Jeffery Bennett
citizenjeff
Offline Send Email
Dec 28, 2006
3:10 pm
97
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...
Jonathan Spooner
spoonerh94
Offline Send Email
Jan 25, 2007
8:24 pm
98
... Make sure you have the component in your library and try: _m_args = ...
Jeffery Bennett
citizenjeff
Offline Send Email
Jan 26, 2007
6:25 am
99
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...
jmcoa
Offline Send Email
Jan 28, 2007
9:05 am
100
Okay you officially rock. How did you figure that out? ... 11,addressStr:"1950...
Jonathan Spooner
spoonerh94
Offline Send Email
Jan 29, 2007
6:50 am
101
We built an application but it isnt working any more. We use crossdomain and flash by Flashhttprequest described here: ...
marcelferrante
Offline Send Email
Jan 29, 2007
9:30 pm
102
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...
Allen Rabinovich
allenrabinovich
Online Now Send Email
Jan 29, 2007
9:46 pm
103
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...
Allen Rabinovich
allenrabinovich
Online Now Send Email
Jan 29, 2007
9:49 pm
104
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...
Caleb Haye
calebhaye
Online Now Send Email
Jan 29, 2007
10:45 pm
Messages 75 - 104 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