我使用 Flashdevelop。
如何在Flashdevelop中设置Flash播放器的尺寸?
答案1
尺寸在 Project/properties/output/dimension 中给出,但如果放置在 actionscript 文件中,则可以被此行覆盖:
[SWF(width="640",height="400",backgroundColor="#000000",frameRate="30")]
宽度和高度后面的值是您想要的宽度和高度。
我使用 Flashdevelop。
如何在Flashdevelop中设置Flash播放器的尺寸?
尺寸在 Project/properties/output/dimension 中给出,但如果放置在 actionscript 文件中,则可以被此行覆盖:
[SWF(width="640",height="400",backgroundColor="#000000",frameRate="30")]
宽度和高度后面的值是您想要的宽度和高度。