HTML CSS Reference/HTML Attributes Reference/dynsrc
"dynsrc" Example
<HTML>
<head><Title>Example For dynsrc</Title></head>
<BODY>
<img start="mouseover" dynsrc="yourvideoclip.avi" alt="">
</BODY>
</HTML>
dynsrc is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<img> <input> |
| |<input type="image"> |
+----------------+--------------------------------------------------------------+
"dynsrc" Syntax and Note
Note:
This attribute specifies the URL of a video clip.
Syntax:
<element dynsrc="value"> . . . </element>