Embedding AVI Video in HTML

avi video

avi video

Embedding avi video in html, php, asp or other web page is simple if you have the code.
We’ve needed help with this subject many times in the past so we figured we would just post up the solution for ourselves and friends.

The problem? Needing to embed a video into a webpage. The solution? Usually simple html embedded script.

For the practical applications of this “tutorial” ,if you even want to call it that, we are going to show you the html code.

You are most likely going to want to use the embed tag. It’s the simplest.
<embed src=”somevideo.avi” /> Continue reading …