The videos on my site are not autoplaying, and I think I have my code entered correctly. The video is inside a table. Could that be the reason it is not working? Using DreamWeaver CS6 to code. Here is one example...
<tr>
<td colspan="3" align="center" valign="top"><video width="640" height="360" controls="controls" autoplay="autoplay" >
<source src="Name-Redacted.mp4" type="video/mp4" />
</video></td>
</tr>
I have also tried entering just 'controls autoplay' instead of 'controls="controls" autoplay="autoplay", but that didn't work either. Interesting note... I have 16 videos, each on a separate page, and 5 or 6 of them autoplay on Chrome, none of them on Firefox. Not sure what to make of that.
Can anyone help me?