06/11/2003, 08:56
|
| | | Fecha de Ingreso: diciembre-2002 Ubicación: santiago-chilito
Mensajes: 1.931
Antigüedad: 21 años, 10 meses Puntos: 2 | |
var nombre ;
nombre=this["campoEstado"+i];
_root.createTextField("nombre", 1, 150, 60, 90, 20);
with (nombre) {
autoSize = true;
html = true;
multiline = true;
text = this["tipo"+0] ;
type = "dynamic";
wordWrap = true;
border=true;
}
lo intente asi pero no me crea la caja de texto...
gracias... |