HTML
Pierdolenie....
<embed src="video1.mp4" width="640" height="480" /">
Wideo uruchamia się dopiero po naciśnięciu przycisku Play.
<embed src="movie.mp4" width="640" height="480"
autostart="false" /">
Zmiana wielkości za pomocą parametrów width i height.
<embed src="movie.mp4" width="320" height="240"
autostart="false" /">
Zmiana wielkości za pomocą parametrów width i height.
<object width="320" height="240"
type="video/x-ms-asf" url="movie.mp4" data="movie.mp4"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="url" value="movie.mp4">
<param name="filename" value="movie.mp4">
<param name="autostart" value="1">
<param name="uiMode" value="full" />
<param name="autosize" value="1">
<param name="playcount" value="1">
<embed type="application/x-mplayer2" src="movie.mp4"
width="320" height="240" autostart="true"
showcontrols="true"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/">