ffissore / presentz.js

A js library to show synchronized video and slides presentations, powering presentz.org
http://presentz.org/
GNU Lesser General Public License v3.0
143 stars 20 forks source link

Configuring chapter navigation like in the demos #24

Closed pculka closed 7 years ago

pculka commented 10 years ago

Hi, is there any documentation available on how to make Presentz work with a chapter navigation along with controls? The demos have scrambled and minified html and .js file making them actually useless. Any hints where to look for working demos with controls, comment function etc?

ffissore commented 10 years ago

Sure. Take a look at https://github.com/ffissore/presentz.org. It's the opensource project that uses presentz.js. Take a look at the init phase https://github.com/ffissore/presentz.org/blob/master/src_client/show_presentation.coffee#L163