Jump to content

Disabling Audio on WebM


MystikMan

Recommended Posts

Hello,

 

I'm new to the whole HTML 5 business and I'm hoping someone can help me.

 

I'm building a webpage that when loaded will play Flash by default and if Flash isn't available, it'll play the WebM. And thankfully, I've succeeded with one small glitch. I can't disable the audio.

 

Here's the code I used for the WebM:

<video width="1776" height="2512" controls autoplay loop muted>
<source src="comic page 2 text(1776x2512).webm" type="video/webm" />
Muted turns the sound off but gives the option to turn it back on. There is no audio and I would like to disable that option so that it can't be enabled making people think there is sound.
Any help would be greatly appreciated.
Thanks
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...