Firstly, I have no idea if this is the correct section or not. If it isn't, my apologies.
Now, I've put in an HTML5 video on a webpage, but I want to have it be muted on load, yet playing. As part of the video tag, I've tried <video audio="muted">, but that doesn't seem to actually do anything.. I've also tried audio="0", audio=0, audio="", etc. Nothing seems to work.
Any help?
Now, I've put in an HTML5 video on a webpage, but I want to have it be muted on load, yet playing. As part of the video tag, I've tried <video audio="muted">, but that doesn't seem to actually do anything.. I've also tried audio="0", audio=0, audio="", etc. Nothing seems to work.
Any help?