From the adobe website:
"If the
expression is a variable or a property, the value of the variable or property is returned. If the
expression is an object or movie clip, a reference to the object or movie clip is returned. If the element named in the
expression cannot be found, undefined is returned."
Which is strange 'cause the
PHP version of eval() does a completely different thing..!