Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video autoplay #99

Open
reagle opened this issue Aug 16, 2012 · 1 comment
Open

Video autoplay #99

reagle opened this issue Aug 16, 2012 · 1 comment

Comments

@reagle
Copy link

reagle commented Aug 16, 2012

I'm confused about autoplay. I want to turn it off.

When I include the following:

<video autoplay="false" src="media/test.webm"></video>
</figure>

it autoplays on the first slide, definitely not right!

The documentation speaks of a hash parameter (but actually uses ampersand). Plus, does that parameter go on the end of the deck URL? (I get a 404 then...) It'd be handy to have a complete autoplay false example.

Also, is there a difference of off per slide versus deck?

@hsablonniere
Copy link
Collaborator

Hi, sorry for the delay. There's no autoplay per slide. Right now the autoplay URL parameter is here to help the onstage shell.

The correct syntax is http://example.com/template.html?autoplay=0 or http://example.com/template.html?autoplay=0#2.0 for second slide.

Let me know if you have any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants