在xulrunner 1.9.2上,我可以将Adobe Reader插件放入我的xulrunner应用程序的/plugins中,并使用以下命令加载内容:
<vbox minwidth="200">
<html xmlns = "http://www.w3.org/1999/xhtml" >
<div id="htmlDiv">
<embed
id = "pdfObject"
type = "application/pdf"
src = "chrome://manuals/content/test.pdf#toolbar=1&navpanes=1&scrollbar=1&page=1&view=FitH"
height = "850px"
width = "1100px"
/>
</div>
</html>
</vbox> 我现在正在移动到xulrunner 17.0.1,但我无法让它工作- Adobe Reader在它自己的弹出窗口中给出了一个错误。
我检查了当前Firefox安装中的版本,它是正确的。我还从应用程序配置文件中删除了pluginsreg.dat -没有成功。
任何关于如何将这些内容返回到基于xulrunner的应用程序的想法都将是很棒的。
xuldev
发布于 2013-01-15 16:01:06
不要紧-铬合金路径在chrome.manifest中缺少尾部斜杠;)
保罗
https://stackoverflow.com/questions/14328309
复制相似问题