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.
所以我的网页上有一个 swf 文件,按下按钮就会显示。我目前正在使用 jquery hide 函数来隐藏包含 swf 的 html 代码块。问题是,按下按钮后加载需要几秒钟。有没有办法可以优化加载时间?也许在页面实际加载时以某种方式“加载” swf,然后在单击按钮时显示它?谢谢。
Tuts+ 预加载器
建议在 Flash 中使用预加载器。swf 文件并没有像图像那样真正得到预加载。请参阅上面的链接。
另一种选择是在打开页面时加载 swf,然后在您的预加载器有效播放后立即停止播放,然后一旦用户单击按钮,它就会跳转到下一帧以继续播放您的 swf 的其余部分。