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.
我正在尝试在我的 1280x800 屏幕上调试 flash cs6 中的 AIR 应用程序。AIR 应用程序适用于 iOS,高 960 像素,因此不适合屏幕。
有没有办法滚动或调整它的大小?
如果可以,请提高屏幕的分辨率。如果没有,我会尝试在 3GS 模拟器中运行您的应用程序,它只有一半大小,但应该显示大致相同。
我遇到了同样的问题,这真的很烦人。到目前为止,我的解决方案如下:
减小输出窗口大小,使 ADL 窗口适合我的屏幕
所有影片剪辑的尺寸和位置都需要以相对值重写 (mc.x = 270; -> mc.x = stage.width * 0.325; )
如果有更好的解决方案,我会全神贯注:)