Internal video

    The playback of video (AVI format) has been added internally:

    <IMG DYNSRC="x.avi" SRC="y.gif" WIDTH=46 HEIGHT=46;>

    Other attributes include:

    • LOOP=INFINITE - Video repeats infinitely.
    • LOOP=n - Video loops n times.
    • START=FILEOPEN - Video starts playing as soon as it is loaded.
    • START=MOUSEOVER - Video starts playing as soon as mouse moves over image.
    • CONTROLS - Controls for the video are displayed beneath it.
    • LOOPDELAY=n - Delay frames in n milliseconds.

    If your browser supports embedded .AVI (Audio Video Interleave) video clips in HTML pages, then the above will be animated when the file opens. Otherwise, you will see a still image.
    NOTE: This is not server push but rather playing a movie file internally.

    WRG
    ©1998 The Web Resources Group