Ver Mensaje Individual
  #8 (permalink)  
Antiguo 16/03/2006, 18:32
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Crea tu texto así:
var messages:LoadVars = new LoadVars();
function init() {
messages.onLoad = setText;
messages.load("durraniNews.txt");
}
function setText() {
if (this.texto.length) {
_root.createTextField("mytext", 1, 120, 200, 300, 100);
mytext.text = this.texto;
}
}
init();

Y lo cargas con loadMovieNum();, de ese modo se posesionará en el lugar que quieres, siempre en cuando que las 2 películas tengan el mismo tamaño de escenario.

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/