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?