Name

DYNSRC — NN n/a IE 4 HTML n/a

Synopsis

DYNSRC=”URL"

Optional

Internet Explorer 4 allows video clips (and VRML) to be displayed via the IMG element (as an alternate to the EMBED or OBJECT element). To help the browser differentiate between a dynamic and static image source, you use the DYNSRC attribute in place of the SRC attribute to load the video clip. All other visual aspects of the IMG element are therefore immediately applicable to the rectangular region devoted to playing the video clip. See also the LOOP attribute for controlling the frequency of clip play and the START attribute.

Example

<IMG DYNSRC="snowman.avi" LOOP=3 HEIGHT=100 WIDTH=150>

Value

Any valid URL, including complete and relative URLs.

Default

None.

Object Model Reference

IE

[window.]document.images[i].dynsrc

[window.]document.imageName.dynsrc

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.