I'm trying to get the Adobe Acrobat plugin working again (it worked
with previous versions of xulrunner) with xulrunner 1.9.2 on Windows.
I have copied the plugin over from my local firefox installation, but
embedding a PDF failes, there is no acrobat reader being displayed.
XUL code:
<html xmlns = "http://www.w3.org/1999/xhtml" >
<div id="htmlDiv">
<embed
id = "pdfObject"
type = "application/pdf"
src = "chrome://mypath/doc.pdf"
width = "420px"
height = "594px"
/>
</div>
</html>
Plugins directory within my xulrunner bin: nppdf32.dll
What really doesn't make sense at all, is that when I display an
iframe within my xul application to show about:plugins, I see all
plugins installed in my local firefox installation - such as Java,
Flash and Acrobat. How is that possible?
Any pointers on how to debug what's going wrong are appreciated.
Thanks!
P. Miller