HTML free tutorial – Embedding Video

HTML free tutorial – Embedding Video cover image
  1. Home
  2. HTML
  3. HTML free tutorial – Embedding Video

Video files can be easily included in your pages using the <EMBED> tag.

<EMBED SRC="mymovie.mov" WIDTH="200" HEIGHT="100" 
AUTOPLAY="TRUE"></EMBED>

Click here to see a small movie (59Kb) in a new window.

Important attributes of EMBED tag

Internet Explorer specific
An Internet Explorer specific attribute for inclusion of video to pages is DYNSRC. It works through the <IMG> tag as

<IMG DYNSRC="mymovie.mov" WIDTH="200" HEIGHT="100">

Associated attributes of DYNSRC
In addition to HSPACE, VSPACE and ALIGN, DYNSRC has some special attributes associated with it to offer better control of the video display.

HTML