HTML Video Link

orion23

Platinum Member
Oct 1, 2003
2,035
0
71
Hello guys!
Could use some help please... I don't know much about HTML

I'm supposed to link a video in HTML, then blast it through e-mail
The code below works when I put together the message to be blasted. The video plays just fine, however, when the message goes out and I receive it via e-mail, the email simply says
"Your browser does not support the video tag."
Video is a .mov format
Tested in a pc, chrome browser when composing the message and it works. Doesn't play in PC, Android, or IOS when received via e-mail

<video controls="controls" width="320" height="240">
<source src="xxxxxxxxx.mov" type="video/mp4" />
Your browser does not support the video tag.
</video>

Can someone recommend a fix ?

Thank you all!
 
Last edited: