-1

这个问题的标题有点棘手。我需要知道的是是否可以在 Windows 上使用一些可以播放来自网站的 Flash 视频的程序。

我会解释为什么。我有第二台在 Windows XP 上运行速度非常慢的计算机(英特尔迅驰)。如果我尝试全屏观看在线视频(即 YouTube),它会吃掉 CPU,播放速度极慢,甚至最终会使计算机发热,导致计算机关机。

我知道一些手机(尤其是摩托罗拉 ex118)可以用自己的播放器播放 YouTube 视频,所以这是可能的。对?

4

4 回答 4

1

有可以播放 Flash 视频的 AIR 应用程序。Adobe 曾经有一个在 AIR 上运行的软件:http: //www.adobe.com/products/mediaplayer/,但它看起来已经停产了。无论如何,你有几个选择。

  1. 构建自己的在 Adob​​e AIR 中运行的 flv 播放器实际上并不难。有一些项目与 OSMF 相关联,您可以通过这些项目提供 flv。此外,还有一些浏览器插件(主要用于 firefox)可以从站点抓取 flv 文件,即使它们是流式传输的。
  2. 谷歌桌面flv播放器。我发现这是第一个结果(http://www.wimpyplayer.com/products/wimpy_standalone_flv_player.html)

最后要注意的是,如果文件是 mp4,则有更多的播放器可以使用它。

于 2012-08-09T14:03:36.140 回答
1

可能是您的后台运行程序使您的 cpu 高首先停止运行更新和程序并提高 YouTube 中的视频流速度,必须注意删除第三方工具栏并优化互联网连接。

谢谢

于 2012-09-05T10:56:37.520 回答
1

你说得很好——闪存会吃掉 CPU。这就是为什么 Apple 和其他移动开发人员不在移动设备上支持它的原因。如果您在运行简单的闪存对象时观察 CPU 使用率,您会注意到您的 CPU 使用率超出了屋顶,这会将您的旧笔记本电脑加热到它会自行关闭以防止损坏其内部组件。(也使用大量的电源/耗尽移动设备的电池)您需要的是一种替代闪光灯的解决方案,而不是另一种观看闪光灯电影的方式。

If you're only attempting youTube I recommend uninstalling your flash player entirely. The way youTube codes their videos is: if Flash is not present it will serve the video via an HTML5 player, which may or may not have the same problem in fullscreen mode. Another thing to consider is something like an extension or plugin for chrome or firefox. There are countless of these that will isolate the flash video on the site you're on and let you download, and possibly convert it to another format. First google search i did returned this: https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/

One more suggestion: a laptop cooling pad. these have a fan or two on them, usually powered by your computer's USB (not sure if they're USB 1.0 or 2.0 and that may be an issue with a computer running a Centrino processor). They actually do help, my macbook pro gets super hot, and a simple cooling pad with two fans helps disperse that heat a lot for me.

If none of these suggestions work, sadly, you may have to simply avoid full screen... the internet couldn't imagine full screen internet streaming when the Centrino came out, so it may just be time to put down that old boy.

hope that helps, and good luck!

于 2012-09-05T13:23:44.143 回答
1

There is a nice Greasemonkey script called "Linterna Mágica" that does that.

于 2014-05-22T18:57:52.120 回答