miércoles, octubre 29, 2008

Actionscript: Objeto a String

Barbaro shorcut simple y sencillito por si no la tenías:

var newObj:Object = new Object();
newObj.toString = function() {
return “key”
};

ge nial!