gpt4 book ai didi

flash - 使用 Intellij,启动 "Flash App"运行配置,如何添加参数以使 flash 播放器启动指定大小?

转载 作者:行者123 更新时间:2023-12-04 18:18:10 26 4
gpt4 key购买 nike

在 Flashdevelop 中运行 swf 时,我可以使用项目属性指定 flashplayer 将打开的尺寸。

enter image description here

我想在 IntelliJ 中指定这些尺寸。我认为这可以在运行配置的某个地方完成?

这可能吗?

谢谢!

最佳答案

您需要将 [SWF] 元数据添加到您的主类:

[SWF(width="512", height="512")]
public class MySprite extends Sprite {
...
}

或者
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark">
<fx:Metadata>
[SWF(width="512", height="512")]
</fx:Metadata>
...
</s:Application>

关于flash - 使用 Intellij,启动 "Flash App"运行配置,如何添加参数以使 flash 播放器启动指定大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11303631/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com