prove se questo va
Da serial Killer
codice:
globalStyleFormat.textSize = 10;
globalStyleFormat.face = 0xffffff;
globalStyleFormat.scrollTrack = 0xffffff
globalStyleFormat.arrow = 0xff9900;
globalStyleFormat.highlight = 0xffffff;
globalStyleFormat.highlight3D = 0x333333;
globalStyleFormat.shadow = 0xffffff;
globalStyleFormat.darkshadow = 0xffffff;
globalStyleFormat.selection = 0xa7a7a7;
globalStyleFormat.applyChanges("face", "textSize", "scrollTrack", "arrow", "highlight", "highlight3D", "shadow", "darkshadow", "selection");
oppure
this.setStyleProperty("arrow", 0xffffff);
this.setStyleProperty("face", _root.myColor);
this.setStyleProperty("base", _root.oldColor);
Ciao Web...