I want to use a DataHolder object with a schema that looks like:
<->data:Object
[indent]<->id:Number
<->value:String
[/indent]Say the instance name is dhData, how can I change the value of id and value? I’ve tried _root.dhData.id=… and such, but to no avail. I can’t find any detailed information on the DataHolder object in either Flash/Actionscript books or websites.