在我的 Internet Explorer 8 上播放 CBT 块视频时遇到问题

发布于 2024-12-24 22:31:42 字数 547 浏览 0 评论 0原文

我一直在尝试播放 cbt nuggets 视频,但得到的只是错误,我很困惑,我需要帮助,错误详细信息如下

网页错误详细信息

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.2; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbARS/5.14.0.19709)
Timestamp: Mon, 2 Jan 2012 11:10:03 UTC


Message: 'Player.controls' is null or not an object
Line: 84
Char: 2
Code: 0
URI: file:///F:/Programming%20Videos(CBT%20Nuggets)[torrents.ru]/files/vidplay.html

I've been trying to play a cbt nuggets video and all i get is error, i am confused and i need help, the error details is below

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.2; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbARS/5.14.0.19709)
Timestamp: Mon, 2 Jan 2012 11:10:03 UTC


Message: 'Player.controls' is null or not an object
Line: 84
Char: 2
Code: 0
URI: file:///F:/Programming%20Videos(CBT%20Nuggets)[torrents.ru]/files/vidplay.html

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

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

发布评论

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

评论(1

不如归去 2024-12-31 22:31:42

我没有得到同样的错误,但在尝试观看 CBT 掘金时只是一个空白页。我很容易就把它修好了。

以管理员身份打开命令提示符。在 Windows 7 上,最简单的方法是单击“开始”并搜索 cmd,然后右键单击 cmd 并以管理员身份运行。

然后,在命令提示符中,导航到您的 CD 驱动器(我的驱动器是 e:),因此:
(当然没有 >)

> E:

然后列出文件

> dir

您应该会看到一个名为index.hta 的文件。你会想要运行这个。

<代码>> index.hta

IE 应打开并运行该文件。这似乎是 IE 的安全问题,不允许它从磁盘读取。当然解决了我的问题。

I wasn't getting the same error, but instead just a blank page when trying to watch cbt nuggets. I was able to fix it quite easily.

Open a command prompt as an admin. On windows 7, the easiest way to do this is to click on start and search for cmd, then right click cmd and run as an admin.

Then, in the command prompt, navigate to your CD drive (mine is e:), so:
(without the > of course)

> E:

then list the files

> dir

And you should see a file named index.hta. You'll want to run this one.

> index.hta

IE should open and run the file. It seems to be a security issue with IE that doesn't let it read from the disk. Sure fixed my problem.

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