Search the web
Sign In
New User? Sign Up
ydn-flash · Yahoo! Flash Developer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 520 - 560 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
520
I would like to set different text formatting for each node level but I can't figure out how to loop through the node levels inside of the tree. Any idea how...
Aaron Hancock
passionforyo...
Offline Send Email
Dec 5, 2007
5:19 am
521
Opps, I forgot to mention that this question is related to the AS3 Tree Component. Thanks!...
Aaron Hancock
passionforyo...
Offline Send Email
Dec 5, 2007
5:20 am
522
Thanks and sorry Jim that I couldn't find the time to answer much earlier. Your code, when running in an mx:Application-tag, runs properly. Thanks for that!...
Sebastian Mohr
lemasur
Offline Send Email
Dec 7, 2007
2:17 am
523
I think it may not be working as the following function : yahooMapAPICall("setMapSize", {w:Application.application.width,h:Application.application.height}); is...
Jim Rutherford
rutherfj2006
Offline Send Email
Dec 7, 2007
4:51 am
524
Thank you, that solved the problem :) In addition I had to set the width and height of the canvas to 100%, just like: <mx:Canvas ...
Sebastian Mohr
lemasur
Offline Send Email
Dec 7, 2007
12:35 pm
525
I'm encountering a weird glitch: I typed some words, "Broke Apart" twice into separate fills, then applied a gradient to them. When I apply a shape tween to...
jest_rock
Offline Send Email
Dec 7, 2007
7:43 pm
527
I'm working with the very nice Tree Component and having no problem setting it up with my XML and using the parameters from that to load external assets... ...
oregonguy27
Offline Send Email
Dec 9, 2007
10:54 pm
528
Excuse me for my bad english...... in flash cs 3 i don't see the yahoo astra component in component panel. i have installed the Astra.mxp with Adobe extension...
Roberto
roberto_prep...
Offline Send Email
Dec 11, 2007
12:25 pm
529
The Astra components should appear under a category named Yahoo!. They will only appear in an ActionScript 3 project. Try uninstalling the extension and...
Josh Tynjala
joshtynjala
Offline Send Email
Dec 11, 2007
5:43 pm
530
Oops... forget to copy the .fla files in app folder:configuration:components in the site i read only 'install with Adobe Extension Manager'.... no info on...
Roberto
roberto_prep...
Offline Send Email
Dec 11, 2007
9:55 pm
531
You shouldn't need to copy any FLA files manually. The Adobe Extension Manager does that. I'm glad you got it sorted out, though. Josh Tynjala Yahoo! Flash...
Josh Tynjala
joshtynjala
Offline Send Email
Dec 11, 2007
10:47 pm
534
I am putting xml weather on my Flash site using Yahoo! weather. I am using code similar to: var my_xml:XML = new XML(); my_xml.ignoreWhite = true; ...
don
donvanderloo
Offline Send Email
Dec 19, 2007
4:24 pm
535
Hello, I want to add antialiasing to the text of my tree, and I don't know how to access the textField components to apply embed fonts, antialiasing... etc. ...
danotrilogic
Offline Send Email
Dec 21, 2007
9:30 am
536
... mi_menu.setRendererStyle("embedFonts",true); mi_menu.setStyle("antiAliasType",AntiAliasType.ADVANCED); OK, this solved my problem. but I have another...
danotrilogic
Offline Send Email
Dec 21, 2007
10:00 am
537
I am using the tree component (in as3). It works perfectly in IE 7, but causes a meltdown in IE 6. Has anyone seen this or have a solution?...
mmik1120
Offline Send Email
Dec 21, 2007
3:20 pm
538
Hi: I have an xml as a dataprovider for the tree component but what I want to use as labels for the tree nodes are "path" and "name". How would I use the...
andres
reyco1
Offline Send Email
Dec 21, 2007
7:17 pm
539
... Nevermind... I figured it out function nameLabelFunction(item:Object):String { return item.name || item.path }...
andres
reyco1
Offline Send Email
Dec 21, 2007
7:44 pm
540
I need to have a different icon based on a filetype... where can i find the class packages so that I can make ethe change?...
andres
reyco1
Offline Send Email
Dec 21, 2007
9:39 pm
541
how can I apply a right click (context menu) to a tree leaf/branch??? I have tried everything :(...
andres
reyco1
Offline Send Email
Dec 23, 2007
5:09 am
544
Hi is there any way to expand a tree branch dynamically without clicking on it? I tried treeDP.getItemAt(0).nodeState = "openNode" but that didn't work......
andres
reyco1
Offline Send Email
Dec 24, 2007
2:25 am
546
Hello I've tried searching on autocomplete issues with no luck. The Problem: ============ I'm passing an Array of object(a user class) to a dataprovider like...
YASSER
yzg7
Offline Send Email
Dec 26, 2007
1:49 pm
548
Check to see that your IE6 installation has Flash Player 9.0.45 or higher installed. That is the minimum required version for Flash CS3 components (and Astra...
Josh Tynjala
joshtynjala
Offline Send Email
Dec 28, 2007
9:22 pm
549
Don, You need to change the URL to use weather.yahooapis.com. Similar to the Search API, the crossdomain.xml for the Weather API is located there. ...
Josh Tynjala
joshtynjala
Offline Send Email
Dec 28, 2007
9:24 pm
551
Hi All, It seems that the auto-complete tools are designed for a Flash Professional only environment. Any chance that it could be updated to work with the Flex...
benjamin_halsted
benjamin_hal...
Offline Send Email
Dec 30, 2007
12:55 am
554
Ben, The Astra Flash components are designed specifically to use the Flash CS3 component architecture. This includes the requirement of default skins based on...
Josh Tynjala
joshtynjala
Offline Send Email
Jan 2, 2008
6:25 pm
556
It has never worked on my environment :( OS : Windows Vista Ultimate Browser : IE7, FireFox2 FlashPlayer : 9.0.115 ( Movie Star ) debug version FlexBuilder : 3...
shigeru.nakagaki
shigeru.naka...
Offline Send Email
Jan 3, 2008
6:54 pm
557
Hi, You should adjust width and height in the as2map.fla itself, that's how I got it to work. Greetings, Fréderic ... From: shigeru.nakagaki To:...
Frederic Cox
coxfrederic
Offline Send Email
Jan 3, 2008
6:59 pm
558
The examples of the Maps API wrapper in Astra that are posted on the Yahoo! Flash Developer Center seem to be working fine. ...
Josh Tynjala
joshtynjala
Offline Send Email
Jan 3, 2008
7:56 pm
559
I tried to compile it using Flex3 + ActionScript project. It seems that the TextInput base chase that you use is different than the one I'm compiling against....
benjamin_halsted
benjamin_hal...
Offline Send Email
Jan 3, 2008
8:28 pm
560
If you export it (or any other Flash component) as a SWC from Flash CS3's library, you don't need to compile against a different class. Everything will be...
Josh Tynjala
joshtynjala
Offline Send Email
Jan 3, 2008
8:34 pm
Messages 520 - 560 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help