Table of Contents
回复讨论(解决方案)
Home Web Front-end HTML Tutorial 【急】ie已经限制此站点显示的特定内容。如何停止限制。_html/css_WEB-ITnose

【急】ie已经限制此站点显示的特定内容。如何停止限制。_html/css_WEB-ITnose

Jun 21, 2016 am 09:45 AM

ie html 防火墙 视频 安全

我打开的是本地的一个html文件,需要打开的一个VGA视频文件。此部分被限制,打不开。这个html就是达内的那种视频文件。现在IE打不开了。我防火墙关了,安全设置已经设置很低了。不知道还有什么改的。

回复讨论(解决方案)

能回答问题的100点全拿去

把 后缀 改成hta运行试试

还是不行哦。。

报什么错,是组件没能调用,还是视频加载不了,视频是本地?

视频是一个后缀名为.vga的文件。有一个VGAplayer文件。在本地的。ie显示已经限制此站点显示的特定内容。
然后视频加载不了。

vgaplayer 插件注册了能运行?

vgaplayer 插件注册了能运行? 啥意思?我不知道这个vgaplayer是啥玩意。但是肯定在html里面是没起作用了。我看了控制台错误,说不能识别这个对象。


vgaplayer 插件注册了能运行? 啥意思?我不知道这个vgaplayer是啥玩意。但是肯定在html里面是没起作用了。我看了控制台错误,说不能识别这个对象。
播放vga要有个播放器组件,
你看下 http://www.downxia.com/downinfo/23525.html

如果你就为了看这一个视频,可以直接播放器

我有vgaplayer的但是网页加载不了。不知道为什么。如何设置mime类型呢。

现在的问题是网页不能加载vgaplayer这个插件。格式是vgaplayer.cab。是一个压缩文件。我重装系统之前是可以加载的,重装系统之后就不能加载了。应该是ie限制了。如何更改呢?我这个视频只是一个课件播放的视频,没有声音的,需要和一个有声音的一起播放,我笨来就单独播放算了。

你又不是架web服务,和mime类型没关系,
主要是你播放器组件对不对能不能运行

https://code.google.com/p/ez-jdbc/downloads/detail?name=VGAPlayer.rar&can=2&q=

这是 ie 走的安全限制,你用web方式就可以了

求高手解决啊。就是一个internet选项设置的问题。

这是 ie 走的安全限制,你用web方式就可以了 什么叫web方式啊,具体怎么做。

https://code.google.com/p/ez-jdbc/downloads/detail?name=VGAPlayer.rar&can=2&q= 我要在网页里面看。因为这个要和另外一个视频关联一起看的。这个视频没有声音。


https://code.google.com/p/ez-jdbc/downloads/detail?name=VGAPlayer.rar&can=2&q= 我要在网页里面看。因为这个要和另外一个视频关联一起看的。这个视频没有声音。 你的网页是本地浏览还是通过http访问

本地的,就是那种看课件的。分几栏,一边可以看到老师的面孔和声音的视频,一边又老师在电脑上的课件的视频。

阿,那你把他放到一个web(如tomcat)服务器里然后通过http来看能不能打开

那不是一样的么,浏览器同样是拒绝加载一些控件,只不过一个要从本地安装,一个要从服务器下载。我试了一下,不行哦。

本地的,就是那种看课件的。分几栏,一边可以看到老师的面孔和声音的视频,一边又老师在电脑上的课件的视频。

哪问问你老师吧

我以前也碰到过这个文件,在本地打开某些JS方法啥的,会出现这种提示框,但是整合到正式的网站上去就好了,你可以试下!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Is HTML easy to learn for beginners? Is HTML easy to learn for beginners? Apr 07, 2025 am 12:11 AM

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

The Roles of HTML, CSS, and JavaScript: Core Responsibilities The Roles of HTML, CSS, and JavaScript: Core Responsibilities Apr 08, 2025 pm 07:05 PM

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

Understanding HTML, CSS, and JavaScript: A Beginner's Guide Understanding HTML, CSS, and JavaScript: A Beginner's Guide Apr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

What is an example of a starting tag in HTML? What is an example of a starting tag in HTML? Apr 06, 2025 am 12:04 AM

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Apr 04, 2025 pm 11:54 PM

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...

How to use CSS3 and JavaScript to achieve the effect of scattering and enlarging the surrounding pictures after clicking? How to use CSS3 and JavaScript to achieve the effect of scattering and enlarging the surrounding pictures after clicking? Apr 05, 2025 am 06:15 AM

To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...

How to implement adaptive layout of Y-axis position in web annotation? How to implement adaptive layout of Y-axis position in web annotation? Apr 04, 2025 pm 11:30 PM

The Y-axis position adaptive algorithm for web annotation function This article will explore how to implement annotation functions similar to Word documents, especially how to deal with the interval between annotations...

HTML, CSS, and JavaScript: Essential Tools for Web Developers HTML, CSS, and JavaScript: Essential Tools for Web Developers Apr 09, 2025 am 12:12 AM

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

See all articles