html5 video player with simplest controls (only play and paus)

Posted by mathiregister on Stack Overflow See other posts from Stack Overflow or by mathiregister
Published on 2010-06-05T08:57:58Z Indexed on 2010/06/05 9:02 UTC
Read the original article Hit count: 236

Filed under:
|
|

hi guys, somehow there are really little tutorials out there for html5 video and audio playback.

I simply want to embed video and audio files with customized controls. However the controls should be farely simple. I only need a play-button. If clicked, play gets replaced by pause. that's all!

however i even don't know how to embed/display a video without "preload controls". Somehow if i only set (without preload controls) Firefox even don't shows anything. Chrome does show a black window.

I would love to be able to use jquery to control the video play and pause button. Maybe you have some little start-approach for me!

thank you very much!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about video