Tagged Questions
1
vote
3answers
2k views
Firefox 3.0.7 is crashing when embedding a PDF using the object tag
I'm attempting to embed a PDF file into a HTML page using the object tag. The following HTML crashes Firefox 3.0.7:
<object id="pdfObject40" type="application/pdf" data="/file.ashx?id=40" ...
1
vote
1answer
1k views
Embedding Foxit PDF Reader into a webpage
I need to embed Foxit Reader (PDF reading software) into a web page. Does anybody know the correct classid and parameters to use in the following code:
<object id="pdfReaderObj" ...
0
votes
1answer
601 views
What does the JS function 'postMessage()' do when called on an html object tag?
I was recently searching for a way to call the print function on a PDF I was displaying in adobe air. I solved this problem with a little help from this fellow, and by calling postMessage on my PDF ...