paulrouget / dzslides

DZSlides is a one-file HTML template to build slides in HTML5 and CSS3.
http://paulrouget.com/dzslides
932 stars 255 forks source link

Using DZSlides with a presentation clicker? #91

Closed reagle closed 12 years ago

reagle commented 12 years ago

Does anyone have any experience of using DZSlides with a presentation clicker? Since one advances the slides with key presses rather than mouse clicks, I wonder if it would work, or if it could be made to work?

hsablonniere commented 12 years ago

I use this one http://www.logitech.com/en-us/mice-pointers/presenter/wireless-presenter-r400 and it simulates left and right key press. I assume other devices do the same.

hsablonniere commented 12 years ago

I would assume that most of other devices also have this kind of behaviour since there's no way to go to previous slide with mouse with softwares like impress, keynote or powerpoint. But they all handle left and right keyboard keypress for previous and forward.

reagle commented 12 years ago

On 06/19/2012 01:54 PM, Hubert SABLONNIÈRE wrote:

I use this one http://www.logitech.com/en-us/mice-pointers/presenter/wireless-presenter-r400 and it simulates left and right key press. I assume other devices do the same.

Yea, after looking about I see the page up/down or left/right are the more basic versions, and one's with mouse capabilities are the fancier ones. The mouse part was in the forefront of my mind because I was thinking about how would I start embedded videos otherwise?

I know dzslides has an option for autoplay videos, which I'd be happy to use, but it's only worked when I use the

reagle commented 12 years ago

BTW: I realize YouTube has HTML5 support (and permits an autoplay parameter in the URL), but the HTML5

hsablonniere commented 12 years ago

I never had the use for videos in my slides. We already talked about HTML5 youtube in #87. Their usage of the video tag is complicated for us to provide seemless integration. I don't know if we could/should try to improve that...

hsablonniere commented 12 years ago

The main issue (about presentation clicker) is addressed in previous comments.

If you're interested in embbeding a YouTube video in your slides, take a look at #92.