I've changed TabBar.as to make the buttons skinnable from Actionscript. /* Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD...
Hi all, I have some problems understanding what the following excerpt of the Terms of Use means YOU SHALL NOT: (viii) store or allow end users to store map...
Hey guys, I checked out the examples on developer.yahoo.com etc. And they make no sense to me. It has eventHandlers with no real events? Then I checked out the...
Just got the Astra package and started using it. But like Flash CS3 the documentation is weak. I go my menu working as per the examples and figured out how to...
You should probably post your question on the official Yahoo! Maps group. The Flash Platform team doesn't support the Maps API directly, so you're more likely...
Why is it that the padding will not change with the following code line FileMenu.setStyle("textPadding",25); I've tried everything and the padding from my...
Hey guys: i am new to flash, especially actionscript 3. I have some code that everytime it is run creates more memory. Please tell me what is wrong function...
i have embedded the yahoo map into my flash file. it is working, but i want the user to be able to enter in their starting address and have the program compute...
This group is meant for the discussion of Yahoo! Flash libraries and APIs, and not general ActionScript development questions. You'll probably get a better...
better yet --- add this method to the Tree.as class by doing this you can call the method from the component instance name public function toggleNode...
Hello, i have just downloaded astra and i would know how can i apply/change skin of menu component. I would like to set a background image and a custom icon on...
I have a flash map that works fine until I load it into another movie. When this is done the marker text is not visible. I am publishing to Flash 8. Please...
I've never worked with the maps but the following may help.. Try loading it to a higher level on the root -- ex: _root.getNextHighestDepth(); May also want...
2.0 Christopher L. Walker Maverick Designs Kennedale, TX 76060 _____ From: ydn-flash@yahoogroups.com [mailto:ydn-flash@yahoogroups.com] On Behalf Of jpshaver29...
Hi there, is there way to dynamically resize the Yahoo Map? There result I hacked so far does not seam to work: <yahoo:YahooMapService id="myAS2Map" ...
Thanks a lot Jim, I have tried the workaround you've recommended (see below) but the result I get is a map which can be shorten in size but cannot be enlarged....
I've had the same issue with the Astra connection kit as far as map scaling. I'm sure there is something that can be done through the DOM to resize it, or tell...
Thanks for your reply, Abyss, which SWF are you talking about? as2map.swf? If so, how can resize that SWF? I have no idea how to resize a SWF written in...
It looks to me like the BitmapLoader class is broken. Note that BitmapData objects are ignored by garbage collection unless you explicitly call dispose() on...
Hello - I'd like to use the Astra Yahoo line chart markers for reference points on my column chart. That's easy enough, but trying to get the lines to...