Hi Zach. Thanks for the info - looking forward to next release then :) Another thing, though - is it possible to pre-fetch tiles? The motivation is to...
hi agian guys, my prob is a very small one I hope I' trying to pass the children of a selectednode i.e. selected item to a list component, to be used as a play...
Hi, sorry if this is old news, but I couldn't find any discussion of these errors/warnings I'm seeing. I just started using the Yahoo! Maps Flash API, it's...
I would like to know why Yahoo! Maps AS3 Component is distributed as a SWC? Only Flex developers can use it. Everybody else that develop in Flash CS3...
I am trying to learn and understand the Flash IDE. I've created a simple button that has two Graphic symbols (a gradient circle, and a square.) Anyway, I want...
Hi, suppose the dataProvider in this XML structure: <entry> <key>1</key> <name>My name</name> <entry> I have a listerner on the 'change' event on my...
Hi Kale, This group is specifically for questions about Yahoo! components. For general Flash questions, I recommend visiting http://www.actionscript.org --...
Hi, The event.stopPropagation() in the keyDownHandler function is there to contain to key down events from having an adverse effect on your application. If you...
Ok, I just solved this. Step 1: Make the _dataProvider variable [Bindable] Step 2: Mate the getter "get dataProvider" [Bindable] Step 3: find function ...
Hi Tripp, I already tried the addEventListener(KeyboardEvent.KEY_DOWN, handleKeyDown), but then, if it was working (it doesn't, probably because the KEY_DOWN...
hi guys i have an array of objects that i use as a data provider for my flex combo box. the objects are not arranged in alphabetical order but i would like...
Hi I've come accross a bit of a featurette with the TimeStepper today. (BTW - top job!) I have a Flex Application using some date controls and TimeSteppers and...
Hi Josh Many thanks for the quick response. Since you took the time to help I thought it only right that I gave it a real good go before replying. I'm a little...
Hi Josh Thank you for the code mods - unfortunately it doesn't seem to work. I did add a couple of trace statements in and I can see the eventHandler being...
Can one do this with the Yahoo flash player from Javascript? I could not do this with the Flash player browser plugin. Furthermore, does one only have to play...
Hi, I asked this question in JS forum, but Flash forum is probably the proper place for it. I need to draw two series in one chart. When user mouseover one ...
Hi, I think that this is possible but I am going to need a little time to look into it. I will check this out and get back to you. Are you working with the...
Hi, I have taken the FinancialTimeline example from the ASTRA Charts example on http://developer.yahoo.com/flash/astra-flash/charts/examples.html and added a...
Hi, I've used numerous examples and followed many walkthroughs from the YMaps flash documentation pages but everythime I get an error. I'm trying to compile...
I get an error when I try to update the values in the data provider in the bar chart. Any ideas how I should do this? Heres the error: ReferenceError: Error...
Try passing in a new ColumnSeries instead of the same one. It sounds like the chart might not be refreshing data providers on series it reuses. I'll check it...
Hey all, Has any one come across an ie 7 issue, were the map just does not render. Even on "the Yahoo! Maps AS3 Component" the example map does not render. any...