Publishing a Captivate video on a SharePoint site.
September 11, 2018
Publishing a Captivate video on a SharePoint site.
September 11, 2018
Newbie 2 posts
Followers: 1 people

I have loaded my folder on a SharePoint site  and when I open up the index file it just spins, I’m not sure  what I’m doing wrong. I published the file first as a swf and Html, then just and html file and I’m getting the same results. In SharePoint I used library open in Explorer and to move the  entire folder, the only files that didn’t transfer were some image files with a .json extension.

All Comments
Sort by:  Most Recent
Jul 3, 2019
Jul 3, 2019

This did not work for me.  I am in a corporate SharePoint world.

Like
(1)
(2)
Sep 19, 2019
Sep 19, 2019
>
cmp9969
's comment

I am using SP 2013 on premises in corporate org with 1500+ users.  I publish the quiz locally, find and replace the .json references to .txt exactly as described by mathewm62895475, then copy into a SP library.

Like
()
Dec 7, 2022
Dec 7, 2022
>
cmp9969
's comment

Did not work for me either. And I am not sure our web team will enable JSON as a MIME type that is accepted.

Like
()
Mar 27, 2019
Mar 27, 2019

Thanks, this works.

Like
(1)
Oct 11, 2018
Oct 11, 2018

I encountered the same issue as you. If you haven’t solved it, or for those others who stumble upon this, this is the solution I employ before uploading to SharePoint:

Open the index.html and change the references of the .json files to .txt
(i.e. CHANGE
var imagesJSONFiles  = [‘dr/imgd.json]
to
var imagesJSONFiles  = [‘dr/imgd.txt].
Depending on the size and assets of your video, there may be multiple instances.
In the .\dr folder, change all the files’ extensions from .json to .txt.
img1.json TO img1.txt
imgmd.json TO imgmd.txt
Open the newly renamed imgmd.txt file and change all .json extensions to .txt. I use Notepad++ for the clean formatting and the easy Search & Replace. There probably will be a lot requiring change, so a Search and Replace is the most efficient method.
Upload as you did before.

 

 

Like
(5)