Primero cambio el color del tema (en este caso, para el color de los botones de scroll)
las posibilidades son: 'haloBlue','haloOrange','haloGreen' (por defecto) o tambien puedes usar cualquier código de color, p.ej: '0x003366' y a continuación convierto el fondo del componente en invisible.
Actionscript:
-
_global.style.setStyle("themeColor", "haloBlue");
-
mitexto.depthChild0._visible = false;
Cargar archivo
Actionscript:
-
datos = new LoadVars();
-
datos.onLoad = function(succes) {
-
if (succes) {
-
mitexto.text = datos.texto;
-
}
-
};
-
datos.load("starwayToHeaven.txt");
Ejemplo
This movie requires Flash Player 8
Descarga Textarea Fondo Transparente.zip
Textarea Fondo Transparente.zip se ha descargado 1,324 veces.


0 Responses to “textArea component & background transparente”