Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做 Flash 项目。当我通过双击直接播放我的 swf 文件时,它的内容,即使用的 fla 符号和图形异常扩展(大小增加),但是当我用 fla 生成 swf 时,我得到了正常的结果。我很困惑,请帮助我克服。提前致谢。
这可能只是stage.scaleMode的问题,尝试将stage更改为正确的宽度/高度并将scaleMode设置为noScale。应该做的伎俩。
在这里您可以阅读:http ://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/StageScaleMode.html