w3c-valid 页面上的多个 Flash 视频播放器速度很慢
我有一个网站,显示一栏 Flash 视频。该页面是 w3c 有效的。
问题是页面加载速度非常慢,有时会使我的网络浏览器崩溃。在页面完全加载之前,视频的响应和播放速度很慢。有没有办法让这些视频只加载预览图像?我应该怎样做才能加快页面速度?
视频尺寸为 360x264。
I have a web site that displays a column of flash videos. The page is w3c-valid.
The problem is that the page loads very slowly and sometimes crashes my web browser. Until the page is fully loaded, the videos are slow to respond and play. Is there a way to make these videos load their preview images only? What should I do to speed the page up?
The videos are 360x264.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
W3C 验证器不会说明页面的速度和可用性。
如果你想加快速度,我建议不要在加载页面的同时加载Flash。显示视频的缩略图,并且仅当用户单击缩略图时将其替换为播放器。
The W3C validator does not say anything about the speed and usability of your page.
If you want to speed it up, I suggest not loading the Flash at the same time the page is loaded. Show thumbnails of the videos and only replace them with the player when the user clicks on the thumbnail.
马蒂,
我已经按照你的建议做了……现在的问题是视频没有很快出现。需要几秒钟才能出现。您有加快速度的建议吗?
Matti,
I've done what you suggested... now the trouble is the video doesn't appear soon enough. It takes several seconds to appear. Do you have a suggestion for speeding up?