Responsive text site audio doesn't work, why?

earthsid

New Member
Messages
2
Reaction score
0
Points
1
I built a basic page for an assignment that has some responsive text and I threw a couple pictures, a video file, and audio file up there. The audio file 1.mp4 is supposed to autoplay and loop but I can't get any audio to play, any suggestions? The file is uploaded and in my root directory.

http://earthsidedrone.x10host.com/

<audio autoplay loop>
<source src="1.mp4" type="audio/mpeg">
</audio>
 
Top