Hello, I'm requesting this chunk of html from a mysql database:
<p>Hello.<br><video src="video/hi.mp4" width=100% height=100% autoplay="autoplay"></video>
It displays, but won't autoplay. On a static HTML page it goes off without a hitch. The request comes from an ajax call for a matching keyword that is being typed into a input bar.
Any ideas?