Someone can explain to me why flex just disapear with my variable "password" in the following example?
var bla:Object = new Object();
bla.password = "TEST";
bla.username = "Rafael";
trace(ObjectUtil.toString(bla));
Is it a security thing on flex? Is there any way to work around it as
i need to use password as a name.
Someone?
raf

