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...
470
vitcheff
Nov 3, 2007 9:27 pm
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...
471
designtantrum
Nov 3, 2007 10:29 pm
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...
472
recbcs
Nov 5, 2007 3:56 pm
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...
473
Josh Tynjala
joshtynjala
Nov 5, 2007 5:44 pm
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...
474
vitcheff
Nov 5, 2007 5:50 pm
Thanks for pointing me to the right group and sorry for posting in the wrong one!...
475
recbcs
Nov 6, 2007 2:57 pm
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...
476
seinolf
Nov 7, 2007 4:08 pm
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...
477
framboise247
Nov 7, 2007 5:57 pm
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...
478
Josh Tynjala
joshtynjala
Nov 7, 2007 6:20 pm
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...
483
jpshaver29
Nov 10, 2007 8:13 pm
I'm having the same issue.....
484
jpshaver29
Nov 11, 2007 2:16 am
this works!!! var dp= treeComponent.dataProvider; dp.toggleNode(theNodeIndex); ... in...
485
jpshaver29
Nov 11, 2007 2:24 am
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...
488
Nico Giraldi
d.balboni
Nov 13, 2007 9:15 pm
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...
489
txranger817
Nov 16, 2007 4:04 pm
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...
490
ROMEO G. JAVELLANA
jagaro2002
Nov 16, 2007 11:28 pm
... Where can we view this?...
491
John Shaver
jpshaver29
Nov 17, 2007 12:52 am
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...
492
jpshaver29
Nov 17, 2007 1:11 am
Which version of ActionScript are you using?...
493
Christopher Walker
txranger817
Nov 17, 2007 2:49 pm
2.0 Christopher L. Walker Maverick Designs Kennedale, TX 76060 _____ From: ydn-flash@yahoogroups.com [mailto:ydn-flash@yahoogroups.com] On Behalf Of jpshaver29...
495
d.balboni
Nov 19, 2007 8:10 am
... I am using AS 3.0 ... change ... menu...
497
Sebastian Mohr
lemasur
Nov 19, 2007 2:42 pm
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" ...
498
Jim Rutherford
rutherfj2006
Nov 19, 2007 7:30 pm
Here is a technique from the Flex Cookbook that I used to make my map scale properly: ...
499
Sebastian Mohr
lemasur
Nov 20, 2007 1:01 am
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....
500
Abyss Knight
abyssknight
Nov 20, 2007 2:11 pm
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...
501
Sebastian Mohr
lemasur
Nov 20, 2007 2:41 pm
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...
502
jrwafaei
Nov 20, 2007 4:38 pm
I am not an experienced programmer, but I love the yahoo maps so I have to give it a try. I have created the map and uploaded it on my site...
503
ogonzalez
Nov 21, 2007 5:50 pm
It's hard to tell without the source code, but the first thing you'll definitely want to do is add a void return type to your function, function...
504
Mike Krotscheck
krotscheck
Nov 21, 2007 5:56 pm
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...
507
jwhitleyclt
Nov 24, 2007 2:49 am
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...
508
jrwafaei
Nov 24, 2007 5:01 pm
... I figured it out! My map was not named, once I gave it the name myMap, everything worked flawlessly....