Linking to a stuff on a network drive possible?

Aug 25, 2011

Hi all,

One of my colleagues is trying to link to documents on a network drive. The link is something like: \\DRIVEXYZ\FOLDERX\MYWORDDOC.DOC

However when he clicks it the entire Articulate app locks up. What can we do? I'm thinking the link is an issue?

17 Replies
Jeff Kortenbosch

Hi Brian, I told him the same thing but its a small location and instead of using the intranet to store all their documents they use a network drive that is accessible to all employees on that location.

So they are quite persistent on using the network drive. Thing is it wont work this way as Presenter just locks when previewing or viewing the slide with the link in it.

Dan Rollins

Very interested to find a solution for this. I too have clients that need to be able to link to files on a network drive. I am creating a suite of IT system training and they have "live" spreadsheets they need to link to on their network drive. I can't attach them because they will be out of date as soon as I do.

I have tried the following formats with no success (never experienced a lock-up or crashes, just 404 errors or links that don't do anything):

  • file://ABC-company.com/EAG/Data/shrproj/Learning and Development/Achieve Global/abc-spreadsheet.xls
  • ABC-company.com/EAG/Data/shrproj/Learning and Development/Achieve Global/abc-spreadsheet.xls
  • file:///ABC-company.com/EAG/Data/shrproj/Learning and Development/Achieve Global/abc-spreadsheet.xls
  • file://J:\shrproj\Learning%20and%20Development\Achieve%20Global\abc-spreadsheet.xls
  • file://J:/shrproj/Learning%20and%20Development/Achieve%20Global/abc-spreadsheet.xls
  • file://J:\shrproj\Learning and Development\Achieve Global\abc-spreadsheet.xls
  • file://J:/shrproj/Learning and Development/Achieve Global/abc-spreadsheet.xls

This would be a HUGE benefit if this was able to be done, I have several other projects in the wings that will be similar.

Will StoryLine will be able to do it?

Thanks!

Dan Rollins

Brian Batt

Hi Dan,

Linking to files on a network drive can be very tedious depending upon the browser.  For example, I found the following information:

http://stackoverflow.com/questions/5084312/linking-to-local-content-in-a-web-application

  • Only IE will open file:// links that are on a page from a remote host, Other browsers will block them outright and nothing will happen when a user clicks on them.
  • IE will only open file:// URLs that point to a file that resides on a network drive
    • If a user clicks on a file:// link pointing to a file on the user's local drive, nothing will happen and they will get no error.
  • If a user clicks on a file:// link that points to a network file it will open in the browser, if possible.
  • If the file:// url points to an invalid location (unmapped network drive, file on a network drive that doesn't exist), Windows will show a popup error.
  • Spaces in the file path needs to be URL encoded with %20

=========================

With that being said, I have a potential solution that may work better.  Here's my idea:

1.  Install Dropbox

2.  Make the network drive folder a public folder

3.  Right click the file that you want to link to & click Dropbox > copy public link

4.  Add this hyperlink to your presentation

If you're worried about your file being public, here's what Dropbox says:

"Any file you want to share with the world should be kept in your Public folder. All files stored there have a public link and anyone who has that link can access your file from anywhere.

It is possible, however unlikely, that someone could guess your link if they knew the file name. It is also possible someone who has the link can share it with others or the link could appear on a search engine or other site. If you want to stop sharing a file publicly, all you need to do is move the file out of your Public folder. Once outside of the Public folder, any previous public links to the file will no longer work."

==============

I hope that helps.

Kenji Ishikawa

Trying this in SL and I am having similar issues.  Per the bullets posted, I am using IE and seem to be running into the dead link issue.  I use the file://path/somefile.txt method in SL and when published it is just a dead link.  No error, nothing.  However, when I copy paste that URL into IE, it works like a charm, sending me directly to the network file and opening a dialog box to "Open", "Save" etc...

Thoughts?

Justin Grenier

Good Afternoon, Kenji.

As Brian mentions above, we would generally recommend against using this method, and would instead urge you to add Resources to the Player.

You will also find a Forum Thread here that discusses using an Absolute Path  to reference a file, and also points out a way that you might possibly accomplish this via an HTML Redirect.

Kenji Ishikawa

Justin Grenier said:

Good Afternoon, Kenji.

As Brian mentions above, we would generally recommend against using this method, and would instead urge you to add Resources to the Player.

You will also find a Forum Thread here that discusses using an Absolute Path  to reference a file, and also points out a way that you might possibly accomplish this via an HTML Redirect.


Justin, thanks for the reply.  Unfortunately, we have a large body of resources stored on the network drive that are constantly changing.  Including the file with the published story is not an option because as soon as it is published, it will likely be out of date.  I was just reading the thread you reference in your post.  How and where would I insert the code for the HTML redirect? 

Kenji Ishikawa

Kenji Ishikawa said:

Would I simply direct Storyline to the HTML redirect file? 


Ok, figured it out.  I created an HTML file and 'linked' to it with a trigger in SL.  The HTML redirect successfully opened another browser window with the file download dialog.  

A great and simple solution!  Thank you so much!!! 

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