tags:

views:

10

answers:

1

Hi, I'm wondering if it's possible somehow to play a video that has sound (in HTML5 + Video-Tag) without sound so that the video starts to play automatically without sound - and switches on the sound on mouseover for example.

+1  A: 
foo.muted = true

http://www.w3.org/TR/html5/video.html#dom-media-muted

David Dorward
ah nice =) thx!
Thomas