For Key , Vector in Array do function?

NM i Found it

for (Key in _root){
trace("_root."+key+" = "+_root[key])
}

works like a charm