Open macsupport opened 11 years ago
I'd like to start the auto play option with the booklet pushed and then have the play button start when the user wants. Can this be done?
I can do it by using the following but wonder if this can be a feature of Booklet.
setTimeout(function() { $("#pause").trigger('click'); },10);
I'd like to start the auto play option with the booklet pushed and then have the play button start when the user wants. Can this be done?
I can do it by using the following but wonder if this can be a feature of Booklet.