Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/07/2005, 12:28
Gmonestel
 
Fecha de Ingreso: julio-2005
Mensajes: 9
Antigüedad: 18 años, 9 meses
Puntos: 0
ayuda para Campos de texto

Tengo el siguiete actionscript:

loadVariables("noticias.txt", "_root");
_root.createTextField("mytext", 1, 0, 0, 300, 100);
mytext.variable = "titulo1";
mytext.multiline = true;
mytext.wordWrap = true;
mytext.background = true;
mytext.backgroundColor = 10066329;
mytext.border = true;
mytext.textColor = 16777215;
if (mytext.variable == "")
{
mytext.removeTextField();

como ven estoy cargando un archivo de texto externo, necesito que a la hora de cargar el archivo y este no tiene texto para mostrar, no me cree el TextField.....si alguien me puede ayudar se lo agradezco
Gracias.....
}