在Flash Builder 4.7中指定生成flash的大小。可以通过在入口类中使用SWF标签来指定,如下:

[SWF(backgroundColor="#FFFFFF",frameRate="50", width="1080", height="1920")]
	public class MonMain extends Sprite{

}

上面示例共设置了三个属性 
backgroundColor 背景色
frameRate 帧率
width 宽度
height 高度