How would I do the following in AS3.
1. Find an object by id, something like:
psuedo code-
foundobject = app.components.findbyID("lblText");
foundobject.dostuff;
2. Similar, is there a app.components that I can cycle through that
will list all application components/objects.
psuedo code again
for (i=0;i<components.count-1; i++) {
var thisObject:TObject = components[i];
thisObject.doStuff..
}
Rich
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/