问题标签 [object-tag]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
210 浏览

java - html 中的 Java 小程序

当我使用 HTML 5 的新对象标签时,我似乎无法让这个 jar 在 html 中运行。我需要添加任何东西才能使其正常工作吗?这是 w3schools 网站上的外观,除了他们将其链接到 .swf 文件。

更新代码:

0 投票
2 回答
4877 浏览

php - 我可以将 excel 和 word 文档从 base64 编码数据显示到网页吗?

我正在 php zend 框架中开发一个应用程序。

我有很多使用 base64 编码字符串的文档。

我可以使用对象标签或嵌入标签或使用任何其他方法在我的 php 网页上显示该文档吗?

我正在使用以下代码来显示 pdf 文档和图像:

但它不适用于分别使用“application/msword”和“application/vnd.ms-excel”类型的word文档和excel文档。

有谁知道该怎么做?

0 投票
1 回答
432 浏览

asp.net-mvc - 如何转换成字符串?

我在 MVC CSHTML 页面中工作,我想将以下代码转换为字符串,并希望在参数中分配该字符串

如何将以下代码转换为播放器路径和路径为动态值的字符串。

所有答案都被接受。

提前致谢。

0 投票
1 回答
732 浏览

html - 如何在网站上加载本地共享 swf 文件?

我的系统中有一个本地站点。站点索引页面包含一个对象和嵌入标记以加载 SWF 文件。

我的本地系统中有一个共享文件夹。此文件夹包含许多 SWF 文件。它可以通过其他机器使用我的系统 IP 路径访问。

我正在尝试从共享文件夹加载 swf,它没有加载。代码是;

任何人都可以建议,如何将共享文件夹闪存文件加载到对象/嵌入标签中的站点中?

0 投票
0 回答
1030 浏览

javascript - 阻止 Internet Explorer 中嵌入对象的 HEAD 请求

我正在创建一个网站,我的 HTML 将嵌入到我无法控制的页面中。我希望我的页面以 IE9 标准模式呈现。为了做到这一点,我让我的第一页使用嵌入标签嵌入第二页,以允许第二帧处于标准模式。这个技巧在这里讨论:

http://stackoverflow.com/questions/2332125/can-an-iframe-content-be-rendered-in-standards-mode-when-the-parent-is-rendered

不幸的是,根据 Internet Explorer 的版本,这会导致额外的 HEAD 请求或额外的 GET 请求。这在这里讨论:

https://superuser.com/questions/560647/ie10-unexpectedly-sends-a-head-request-for-pdf-what-has-changed

我想避免这些额外的要求。有谁知道这样做的方法?

谢谢。

0 投票
2 回答
1574 浏览

javascript - IE9 中的 window.print() 用于远程文件的问题

我有一个 HTML,它在对象标签中嵌入了一个 SVG 文件。

此文件通过文件协议从共享远程位置访问,并在 IE(IE9 或最新版本)上访问。

当按下“P”键时,我已经进行了更改以触发window.print(),并且还可以ctrl + P显示打印对话框。

我观察到,对于上述情况(在 IE9 上远程访问的文件),这两种情况下的打印质量差异很大。

我们可以通过打印到 PDF 进行检查。

谁能解释两者之间的区别以及我应该怎么做才能使window.print()工作与我们做时一样ctrl + P

0 投票
0 回答
965 浏览

asp.net - 在 asp.net 页面中嵌入 VLC 媒体播放器的问题

我正在尝试将 VLC 媒体播放器添加或嵌入到我的 asp.net 网页中。

如果可能的话,请帮助并为任何可以运行 MP4 视频的媒体播放器提供任何其他方式。我
在设计中编写了以下代码

0 投票
1 回答
1129 浏览

html - 对象 PDF 不在 IE 中呈现,但在 Chrome 中有效

我通过 Object 标签嵌入 PDF,如下所示:

它在 Chrome 中完美运行;但是,它并没有出现在 IE 中!

这是 JS Fiddle,所以你可以自己看看:

http://jsfiddle.net/KGfUm/

如何让它在 IE 和 Chrome 中运行?

0 投票
1 回答
478 浏览

c# - 如何在代码后面访问对象?

我使用对象标签创建了一个对象,如下所示:

我想在 .aspx.cs 后面的代码中访问它,但目前无法访问。该怎么做?

0 投票
1 回答
78 浏览

javascript - 事件处理程序 that fires if data does not exist

I am loading SVG images with help of object tags into my page. I determine if an image is completly loaded by an eventhandler added to the object tags

objectTa

I am loading SVG images with help of object tags into my page. I determine if an image is completly loaded by an eventhandler added to the object tags

But if the SVG file does not exist the error function does not get called.

What is the correct way to check if the <object> data source is not available?


I have done this by loading the old pdf file on view and then add signature on that view and then render the view. check the following post

Add a signature image to a pdf without showing the pdf data to user in iOS

But not able create the pdf which contain existing pdf with signature "without showing on view" .