hi,
this is probably a lame question but I just can't find the answer to it:
Let's say I've got a string variable that holds the id of an object in my 
application:

...
var id = 'vb01';
...
<mx:VBox id='vb01' >
...

How can access this object with only this string id?
So the point is how can I have object reference if I only have its id?

krzysiek




 
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/
 



Reply via email to