|
Play a video clip
<!-- to play the video in a separate window, use the <a> anchor tag -->
<
a
href
=
"myvideo.avi"
>
Sound
</
a
>
<!-- to embed the video in your HTML file, with a control panel visible for the user -->
<
em
BED
SRC
=myvideo.avi
AUTOSTART
=false
WIDTH
=
144
HEIGHT
=
60
LOOP
=
1
CONTROLLER
=
'true'
>
Set Loop=True to play the sound until the user stops it
|