What about String access to Dynamic?

For example we have

o = { b1:"test1" , b2:"test2" .... }

for (i in Reflect.fields(o))
{
     trace( o[i] ) // error (needed test1, test2... and so on )
}

allready find a naswer )))) Reflect.field(o,i);