Can anyone from the Y! team tell me what the error range is for lat/lon when you click on the map at, say, zoom level 3? And ... do you know how accurate the...
hi, i am developing a project which is exactly a Multi-Player RPG Game;details as below: 1.multi player move from one scene to another,and every one can watch...
I am begining a project where I need to display large amounts of esri data on a map for a marketing piece. Are their any solutions available for importing and...
There doesn't seem to be that parameter on that function. However you could use the setCenterByLatLonAndZoom and just send it your current center lat and lon....
I am hoping that someone can help me with this question. I have this map going: http://www.daily-chronicle.com/newsart/bridges2.html. The data is being pulled...
have you tried forcing line breaks in using /n. You could also figure out where the text field is in the display list and force the multiline and wordwrap...
Hello, i'm french, so excuse my faults. I try to have an Id (key) for my Yahoo Map Application, but when i fill in the form "Developer Registration" ...
If you want to delete a variable you can simple use: delete varName; to unload a dynamically loaded movie it is best to load it into a dynamically created...
Loading SWF, MP3, JPEG, GIF, PNG, FLV, and XML files from other domains When an attempt is made to load content into a SWF file at runtime, the request is...
Hello Anyone can recommened me an actionscript 3.0 book with exercises after each chapter? Like programming books which are used in college/university courses....
Most of the time, I check friendsofed.com for books on flash. Also Essential Actionscript 3.0 by Colin Moock is really great I heard. I'm trying to switch to...
I'm going thru Adobe Flex2 - Training from the Source. It has been by far the mose complete book I have found for FLEX, save the developers guide. it has you...
I'm trying to load weather data for an application I'm working on. It works fine locally, but once I upload it to the server it won't work anymore. The error...
This is a known issue. I solved it like this: First, I created a separate mxml component that encapsulated all the YahooMap functionality, and instantiated it...
There are a lot of great learning tools out there. Lynda.com has a couple of great videos on Flex and Actionscript. The oftern come with example/lessons that...
I guess not, I just switched to actionscript 3. This is what I have to pull weather info: System.security.allowDomain("http://xml.weather.yahoo.com"); var...
The Weather API's crossdomain.xml is available here: http://weather.yahooapis.com/crossdomain.xml Any usage of the Weather API in Flash should go through this...
Essential ActionScript 3.0 is a book that you must pay for. There may be an e-book download from O'Reilly, but I doubt that is free. ... for FREE!. ... flash....
You can also use the Weather AS3 API we provide: http://developer.yahoo.com/flash/astra-webapis/#weather Allen Rabinovich Yahoo! Flash Platform ... domain. ......
Hello. I can't display Yahoo Map twice. When first click the add btn, that's alright. and click the remove btn, that works good. but next second click the add...
I think that Yahoomap and its AS3 communicaton kit are simple too complex to handle that way. There is probably some reference somewhere that is causing a...
This is a known issue with the As3 communication kit. Multiple AS2 (AVM 1) swfs cannot be loaded into an AS3 (AVM 2) movie, when this is attempted only the...
Yeah, break between the two VMs is pretty severe. A workaround for the two maps issue is not difficult. I outlined one approach earlier. Sure would be nice to...
Wrong named property in all: example scripts and downloadable example source files for *Chart-Components! Write: "chartInstance.dataProvider = valueObject" ...