Question : actionscript shortName?

What does the AS statement .@shortName mean:

var foo:XML = <data/>;
foo.@shortName= ...

Is this the PHP equivalent?

$foo=$foo->addChild($shortName);  

Answer : actionscript shortName?

no. in as3 it references an attribute in xml  called shortName

Random Solutions  
 
programming4us programming4us