pdf not showing inside book pages?

pdf not showing inside book pages?

by Andrea Bicciolo -
Number of replies: 1

In a book module page I tried to embed a pdf file copying and pasting the following HTML code:

 <object classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" width=100% height=100%>
  <param name="SRC" value="http://www.mysite.xxx/file.php/1/pdf/a_pdf_file.pdf" height=100% width=100%>
  <embed src="http://www.mysite.xxx/file.php/1/pdf/a_pdf_file.pdf" height=100% width=100%>
      </embed>
</object>

The pdf do not display. The moodledata folder is outside the web space. Should I use iframe instead?

Average of ratings: -
In reply to Andrea Bicciolo

Re: pdf not showing inside book pages?

by Petr Skoda -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Try to disable html editor first, there was a bug in 1.5, it is fixed in 1.5.1.