0

在 xulrunner 1.9.2 上,我可以将 Adob​​e 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&amp;navpanes=1&amp;scrollbar=1&amp;page=1&amp;view=FitH"
                    height  = "850px"
                    width   = "1100px"
                />
            </div>
        </html>

    </vbox> 

我现在正在迁移到 xulrunner 17.0.1,但我无法让它工作 - Adob​​e Reader 在它自己的弹出窗口中给出了一个错误。

我检查了当前 Firefox 安装中的版本,它是正确的。我还从应用程序配置文件中删除了 pluginsreg.dat - 没有成功。

任何关于如何将内容恢复到基于 xulrunner 的应用程序的想法都会很棒。

许德夫

4

1 回答 1

0

没关系 - chrome 路径在 chrome.manifest 中缺少斜杠;)

保罗

于 2013-01-15T08:01:06.443 回答