Documents in Storyline

Sep 23, 2016

Good Afternoon,

I am a beginner in Storyline and need some guidance.  I need to add a document to a slide so users can view and then check acknowledge they viewed it.  The document will more than likely be a .pdf file.  Where do I even begin to do this?

 

6 Replies
Michael Hinze
Shawn Robinson

What is your preferred method to creating a simple html page and how to insert the pdf into the page?

I use DreamWeaver for HTML editing, but you can use any editor, even something like Notepad. For my example, the html page to embed that pdf file looks like this:

"

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<embed src="Articulate_5_Strategies_Incontournables_Pour_Creer_des_Formations_E-Learning_Stimulantes.pdf" width="720" height="540"></embed>
</body>
</html>

"

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