Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Fala flasher´s, probleminha aki ó.
Meu text vindo do banco funciona beleza aqui na maquina, vai q eh uma maravilha, mas qdo coloquei nele no ar.. neeecas...
Algluem pod me ajudar?
Vai ai o Cod
import TextField.StyleSheet; var css:StyleSheet = new StyleSheet(); css.setStyle(".texto", {fontFamily: "Verdana", color: "#999999", fontSize: 10}); css.setStyle(".titulo", {fontFamily: "Verdana", color: "#006699", fontSize: 16, fontWeight:"bold"});_root.nomes.styleSheet = css;_root.nomes.multiline = true;_root.nomes.html = true;_root.nomes.wordWrap = true;_root.nomes.type = "dynamic";_root.nomes.text="Carregando...";var objCarrega:LoadVars = new LoadVars();objCarrega.onLoad = function():Void{ _root.nomes.text=""; for(var i=0;i< this.tamanho; i++ ){ _root.nomes.htmlText += "<p class='titulo'>"+this["titulo"+i]+"</p><br><br>"; _root.nomes.htmlText += "<p class='texto'>"+this["texto"+i]+"</p><br><br>"; } if(_root.nomes.text=="") { for(var i=0;i<10;i++) { _root.nomes.htmlText+="<p class='titulo'>erro</p><br>" } } }//objCarrega.load("thiago.php");//objCarrega.load("[http://localhost/site/thiago.php");objCarrega.load("http://thiagocarneiro.broadphase.com/thiago.php");](http://localhost/site/thiago.php)
Valew
Carregando comentários...