Pop up a PDF - or reveal resources only when I want it to?

Apr 06, 2015

Hi Everyone, I am building a quiz and when the learner has a positive result I want to reveal a document (about 7 pages).

I tried to put it in Ppt and make an extra scene, but it looks horrible, because the size of the document is A4 and the inserting the ppt changed the 'looks''.

The most easy solution I think, would be to put the doc in the resources, but I don't want to show it before the learner has reached a positiv result 

Thank you for thinking with me!

13 Replies
Ricky Nox

Here is how to insert a PDF File into a slide using a WebObject.

  • Create a local folder called \My_PDF_folder\
  • In the folder, put your pdf file for example my_pdf.pdf
  • In the folder, create an index.html file using a text editor with the following text.

<html>
<head>
<body>
<object data="my_pdf.pdf" type="application/pdf" width="500" height="400">
</object>
</body>
</head>
</html>

  • In SL, insert a WebObject and select the folder My_PDF_folder where the index is.
  • Choose if you want to display the PDF in a slide or in a new browser
  • And then publish to see the PDF (you cannot see the webobject in the preview mode).

Here is an example of index.html file. 

So you can display the PDF in a new slide, in a lightbox or more.

Hope it can help you.

 

 

This discussion is closed. You can start a new discussion or contact Articulate Support.