File structure

The current file structure for playback over HTML5 player limits the use of subfolders. Any files needed for the HTML content must remain in the same folder as this, including css, js, png, jpg, mp4, ogg, etc.

That is, the structure would be:

  • main_12345.html

  • script_12345.js

  • image_12345.png

  • style_12345.css

  • ….

By not being able to use subfolders, the correct naming of files is essential, with each content being a unique file with its associates that are also unique. The example uses “12345” to uniquely identify the content.

Important

File names of attached scripts cannot contain the period sign (“.”). That is, names like "socket.io.js" are not accepted, but it must be uploaded renamed as "socket_io.js"

Last updated