HTML CSS Reference/HTML Attributes Reference/standby
"standby" Example
<HTML>
<head><Title>Example For standby</Title></head>
<BODY>
<object standby="You can play this puzzle"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="yoururl"
width="250"
height="230">
<param name=movie value="yourfile.swf">
<param name=quality value=high>
</object>
</BODY>
</HTML>
standby is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<object> |
+----------------+--------------------------------------------------------------+
"standby" Syntax and Note
Note:
This attribute specifies a short string to display when element is loading.
Syntax:
<object standby="value"> . . . </object>