默认情况下使我的项目最大化

发布于 2024-11-03 10:34:43 字数 214 浏览 5 评论 0原文

我不太精通 flash,我有 ac#、java、c++ 背景,所以编码变得有点自然,

现在我的 flash 项目中正在播放三个 soundlides 项目。该项目具有三个按钮,可加载每个不同的声音幻灯片。

当同学和我的教授打开我的程序时,默认尺寸太小,现在当我单击 ctrl+enter 时,屏幕的底部和右下部分被切断......所以我必须最大化窗口最大化,这样我才能看到播放按钮?

im not too well versed in flash, i have a c#, java, c++ background so coding comes a little naturally

as of right now i have three soundslides projects playing in my flash project. The project has three buttons which load each different soundslide.

when classmates and my professor open my program the default size it too small, right now when i click ctrl+enter the bottom and bottom right portion of the screen are cut off...so i have to maximize the window maximize so i can see the play buttons?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

守不住的情 2024-11-10 10:34:43

舞台[“displayState”] =“全屏”;

这将使 SWF 全屏显示,如果您将其放入文档类构造函数中,它将在 swf 加载时发生。

stage["displayState"]="fullScreen";

This will make the SWF go fullscreen, if you put this in your document class constructor it will happen as the swf loads.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文