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

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.

5 Comments
2019-07-03 21:01:09
2019-07-03 21:01:09

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

Like
(1)
(2)
>
cmp9969
's comment
2019-09-19 15:20:23
2019-09-19 15:20:23
>
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
>
cmp9969
's comment
2022-12-07 16:59:42
2022-12-07 16:59:42
>
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
2019-03-27 20:03:06
2019-03-27 20:03:06

Thanks, this works.

Like
(1)
2018-10-11 15:29:40
2018-10-11 15:29:40

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)
Add Comment