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

Group Information

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

Messages

  Messages Help
Advanced
Messages 97 - 126 of 2433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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...
105 marcelferrante Offline Send Email Jan 30, 2007
11:42 am
Thank you very much Allen. So, do you know about the project of monstuff.com ? Its interesting because (if I understand correctly) we could make the browser of...
106 jay_chanowitz Offline Send Email Feb 2, 2007
5:30 pm
Does anyone know if the api supports calculating the distance between two latlons? If not, I have seen some rather ugly formulas out there to do it myself, but...
107 emilienlerochais
emilienleroc... Offline Send Email
Feb 5, 2007
4:45 pm
Hello, I tried to use a crossdomain.xml file with my application to make it works on a web site...but it's dont! I don't really understand all the stuff about...
108 Jeffery Bennett
citizenjeff Offline Send Email
Feb 5, 2007
6:09 pm
What is your application trying to do? The crossdomain document is used when a Flash application on your website is trying to access data on another domain....
109 chuckstar22 Offline Send Email Feb 5, 2007
6:25 pm
Also, which API are you looking to use?...
110 magiclinxxx Offline Send Email Feb 5, 2007
7:00 pm
I take it no one can recreate this or has run into it before? ... US)... ... myMap.addEventListener(com.yahoo.maps.api.flash.YahooMap.EVENT_INITIALIZE,...
111 emilienlerochais
emilienleroc... Offline Send Email
Feb 6, 2007
8:20 am
Excuse me but i thougt it was a forum only about yahoo search api. So my project is using yahoo search api for a image search function. And of course that's...
112 emilienlerochais
emilienleroc... Offline Send Email
Feb 6, 2007
9:29 am
Don't lose time to help me, i find the bug myself :) The variable(YAHOO_SEARCH_SERVICE_URL) in "SearchUtil.as" indicating the url of the api search was not...
113 Jeffery Bennett
citizenjeff Offline Send Email
Feb 6, 2007
8:13 pm
The search SDK is being updated to reflect this. Thanks....
114 Jeffery Bennett
citizenjeff Offline Send Email
Feb 7, 2007
2:42 am
I've posted an updated version of the Search SDK in this group's files to remedy the domain issue. A new update will be posted to developer.yahoo.com on March...
115 isaac_schlueter Offline Send Email Feb 12, 2007
6:50 pm
The YUI platform team has brought us such great things as the Dom and Event collections. How about porting some of those things into Actionscript classes so...
116 mynahbyrd Offline Send Email Feb 15, 2007
6:36 pm
Agreed. Where are the Flash libraries for facilitating Flickr auth, BBAuth, Local, and Pipes API calls? If you build it, we will come. ... ...
117 isaac_schlueter Offline Send Email Feb 16, 2007
12:13 am
Even more than Flickr, BBauth, etc., I'd love to be able to program with the CustomEvent object. And, while the Animation library seems like it was built...
118 mynahbyrd Offline Send Email Feb 16, 2007
12:19 am
http://www.mosessupposes.com/Fuse/ ... Dom and ... clips in ... document? ... While I'm ... handy ... ...
119 Greg
sumlogic Offline Send Email
Feb 16, 2007
4:04 am
There is also AnimationPackage: check out osflash.org for the link plus other really "usefull" "extensible" packages! ... From: ydn-flash@yahoogroups.com...
120 Zach Graves
z.graves Offline Send Email
Feb 17, 2007
2:07 am
Hi, The reason why the LatLon coordinates are reversed is because the LatLon class extends Point, so really lat=y & lon=x... or LatLon(y,x); It should still...
121 dlaproject Offline Send Email Feb 21, 2007
10:37 pm
i built this last year, http://www.nyc.gov/html/film/html/anniversary/anniversary_home.shtml and looks like the maps API got updated since. I used flash 8 to...
122 Igor Costa
igorfrombrazil Offline Send Email
Feb 22, 2007
12:01 am
Pretty instresting ... -- ... Igor Costa www.igorcosta.org www.igorcosta.com skype: igorpcosta...
123 ctp_ram Offline Send Email Feb 24, 2007
12:05 am
API: JS Flash I have read numerous posts over the last week trying to sort this out, and find I need some help. My goal is seemingly simple: to have a map...
124 ctp_ram Offline Send Email Feb 26, 2007
4:34 pm
Are you using the AS Flash API?...
125 dlaproject Offline Send Email Feb 26, 2007
6:19 pm
... Yep this app http://www.nyc.gov/html/film/html/anniversary/map/nyc_map.html was built usint the AS Flash API, the 3.2 component. It was fine with that. ...
126 anupam_111181 Offline Send Email Feb 27, 2007
10:00 am
Hi i am also trying to achieve the same functionality in action script 2.0 but no success yet... Can nebody help on this please... Thanks in advance Anupam ......
Messages 97 - 126 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