Skip to main content
simonw18015826
Participating Frequently
October 26, 2016
Answered

Html explanation

  • October 26, 2016
  • 1 reply
  • 195 views

Is there a detailed description of how & what html files are created, names, directories, structures & code Captivate publishes when set to publish html5?

Many thanks in advance

This topic has been closed for replies.
Correct answer Mayank_Meh

Hi There,

Below is the structure that is created when you publish to HTML5:

Capture

 

ar - Contains the audio files used in your project.

vr - Contains the video files used in your project.

assets - usually contains that CSS , JS , Skin images (playbar , TOC)

callees - all the linked files should be manually pasted to this folder. 

dr - Contains the information about the imported PowerPoint PPT and images in the form of json files.

index.html - Main file that needs to be launched in browser to play the output.

 

Regards,

Mayank

1 reply

Mayank_MehCorrect answer
Participating Frequently
November 3, 2016

Hi There,

Below is the structure that is created when you publish to HTML5:

Capture

 

ar - Contains the audio files used in your project.

vr - Contains the video files used in your project.

assets - usually contains that CSS , JS , Skin images (playbar , TOC)

callees - all the linked files should be manually pasted to this folder. 

dr - Contains the information about the imported PowerPoint PPT and images in the form of json files.

index.html - Main file that needs to be launched in browser to play the output.

 

Regards,

Mayank