“图片绑定”和“设置样式”
1.图片绑定
[Embed(source="1.jpg")]
var img:class;
使用;
var bit:Bitmap=new img();
addChild(bit);
2.设置样式
import fl.concrols.Button;
var myFormat:TextFormat=new TextFormat();
myFormat.font="Georgin";//字体
myFormat.color=0x00ff00;
var b:Button=new Buttton();
b.label="Hello world";
b.setStyle("textFormat",myFormat);
addChild(b);
浙公网安备 33010602011771号