|
Home
Languages
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
Forums
Web Site
Software
gbCodeLib
Personal
Webcam
Biography
Contact Me
|
GBIC >>
Source Code >>
HTML >> Snippet
|
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
|
|
|
|