Links to other files

Apr 07, 2015

I have been using storyline for a while now and feel fairly comfortable.  However our staff has found an ongoing problem with links to other pdf or office documents. 

We published the presentations as Web and once we do, the links do not work.  Does anyone have any ideas of why this is not working or how we can fix it.

Thanks,

Joan

 

8 Replies
Ricky Nox

Hi Joan,

how do you link to pdf files ? Did you use a webobject ?

I have no problem using the WebObject with the following method :

  • 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. 

Hope it can help you.

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