Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/11/2006, 21:40
Avatar de luistar
luistar
 
Fecha de Ingreso: marzo-2005
Ubicación: Argentina
Mensajes: 939
Antigüedad: 19 años, 8 meses
Puntos: 0
mejor usa LoadVars, así tendrás control de la variables cuando se cargue:
Código PHP:
//CODIGO ACTION SCRIPT
var myCSS = new TextField.StyleSheet(); 
var 
cssURL "miCSS.css"
myCSS.onLoad = function(exito) { 
    if (
exito) { 
        
mi_texto.styleSheet this
        
mi_texto.htmlText mi_texto_lv.textohtml;
    } 
}
//--------------------->
var mi_texto_lv:LoadVars = new LoadVars();
mi_texto_lv.onLoad = function(exito:Boolean):Void{
    if(
exitomyCSS.load(cssURL); //cuando se carge correctamente, cargamos la hoja de estilos
}
//--------------------->
mi_texto_lv.load('mi_texto.txt'); //cargamo el texto para que luego cargue la hoja de estilos

stop(); 
:D
__________________
Si digo que soy mentiroso. ¿Lo soy?