⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 media_tagref.asp@output=print

📁 W3Schools tutorial..web designing
💻 ASP@OUTPUT=PRINT
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>Multimedia Tag Reference</title>
 
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />

<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />

<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

</head>
<body>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>

<h1>Web Multimedia Element Reference</h1>
<a href="media_realvideo.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="media_playerref.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>

<hr />

<h2>The &lt;bgsound&gt; Element</h2>

<table class="ex" border="1" width="100%">
  <tr>
    <th width="20%" align="left">Attribute</th>
    <th align="left">Function</th>
  </tr>
  <tr>
    <td valign="top">id</td>
    <td valign="top">A unique id for the element.</td>
  </tr>
  <tr>
    <td valign="top">src</td>
    <td valign="top">The location (URL) of the source file.</td>
  </tr>
  <tr>
    <td valign="top">balance</td>
    <td>The balance. (-10000=left, +10000=right).</td>
  </tr>
  <tr>
    <td valign="top">loop</td>
    <td>The number of loops. (-1=infinite).</td>
  </tr>
  <tr>
    <td valign="top">volume</td>
    <td>The volume. (0=max, -10000=min).</td>
  </tr>
</table>
<br />
<hr />

<h2>The &lt;embed&gt; Element</h2>

<table class="ex" border="1" width="100%">
  <tr>
    <th width="20%" align="left">Attribute</th>
    <th align="left">Defines</th>
  </tr>
  <tr>
    <td valign="top">autostart</td>
    <td>Automatic start. (true | false).</td>
  </tr>
  <tr>
    <td valign="top">height</td>
    <td>The height of the element in pixels or %.</td>
  </tr>
  <tr>
    <td valign="top">hidden</td>
    <td>The visibility of the element. (true | false).</td>
  </tr>
  <tr>
    <td valign="top">src</td>
    <td valign="top">The location (URL) of the source file.</td>
  </tr>
  <tr>
    <td valign="top">width</td>
    <td>The width of the element in pixels or %.</td>
  </tr>
  </table>

<p>See also styling attributes, common HTML attributes and Event attributes at 
the bottom of this page.</p>

<hr />

<h2>The &lt;applet&gt; Element</h2>

<table class="ex" border="1" width="100%">
  <tr>
    <th width="20%" align="left">Attribute</th>
    <th align="left">Defines</th>
  </tr>
  <tr>
    <td valign="top">alt</td>
    <td valign="top">An alternate text.</td>
  </tr>
  <tr>
    <td valign="top">archive</td>
    <td valign="top">The locations (URLs) of archive files.</td>
  </tr>
  <tr>
    <td valign="top">code</td>
    <td valign="top">The location (URL) of the applet code.</td>
  </tr>
  <tr>
    <td valign="top">codebase</td>
    <td valign="top">The base location (default URL) for all files.</td>
  </tr>
  <tr>
    <td valign="top">height</td>
    <td valign="top">The height of the applet in pixels or %.</td>
  </tr>
  <tr>
    <td valign="top">name</td>
    <td>The name of the applet.</td>
  </tr>
  <tr>
    <td valign="top">object</td>
    <td>A saved representation of the applet. Do not use.</td>
  </tr>
  <tr>
    <td valign="top">width</td>
    <td>The width of the applet in pixels or %.</td>
  </tr>
  </table>

<p>See also styling attributes, common HTML attributes and Event attributes at 
the bottom of this page.</p>

<hr />
<h2>The &lt;object&gt; Element</h2>

<table class="ex" border="1" width="100%">
  <tr>
    <th width="20%" align="left">Attribute</th>
    <th align="left">Defines</th>
  </tr>
  <tr>
    <td valign="top">archive</td>
    <td valign="top">The locations (URLs) of archive files.</td>
  </tr>
  <tr>
    <td valign="top">classid</td>
    <td valign="top">The location (URL) of the object.</td>
  </tr>
  <tr>
    <td valign="top">codebase</td>
    <td valign="top">The base path used to resolve relative URIs specified by 
    the classid, data, and archive attributes.</td>
  </tr>
  <tr>
    <td valign="top">codetype</td>
    <td valign="top">The content type of the code. </td>
  </tr>
  <tr>
    <td valign="top">data</td>
    <td valign="top">The location (URL) of object data.</td>
  </tr>
  <tr>
    <td valign="top">declare</td>
    <td valign="top">Do not instantiate (execute) the object.</td>
  </tr>
  <tr>
    <td valign="top">height</td>
    <td valign="top">The height of the object in pixels or %.</td>
  </tr>
  <tr>
    <td valign="top">name</td>
    <td>The object's name.</td>
  </tr>
  <tr>
    <td valign="top">standby</td>
    <td>Text to display while object is loading.</td>
  </tr>
  <tr>
    <td valign="top">tabindex</td>
    <td>The position in the tab order</td>
  </tr>
  <tr>
    <td valign="top">type</td>
    <td>The content type of the object.</td>
  </tr>
  <tr>
    <td valign="top">usemap</td>
    <td>The location (URL) of an image map.</td>
  </tr>
  <tr>
    <td valign="top">width</td>
    <td>The width of the player in pixels or %.</td>
  </tr>
</table>

<p>See also styling attributes, common HTML attributes and Event attributes at the 
bottom of this page.</p>

<hr />
<h2>The &lt;param&gt; Element</h2>

<p>The param element defines parameters to the object or applet elements.</p>

<table class="ex" border="1" width="100%">
  <tr>
    <th width="20%" align="left">Attribute</th>
    <th align="left">Defines</th>
  </tr>
  <tr>
    <td valign="top">id</td>
    <td valign="top">A unique id for the element.</td>
  </tr>
  <tr>
    <td valign="top">name</td>
    <td>Parameter name.</td>
  </tr>
  <tr>
    <td valign="top">type</td>
    <td valign="top">Parameter content type.</td>
  </tr>
  <tr>
    <td valign="top">value</td>
    <td valign="top">Parameter value.</td>
  </tr>
  <tr>
    <td valign="top">valuetype</td>
    <td valign="top">Parameter value type.</td>
  </tr>
  </table>
<br />
<hr />

<h2>Styling Attributes</h2>

<p>Note: These attributes are deprecated. Use styles instead.</p>

<table class="ex" border="1" width="100%">
  <tr>
    <th width="20%" align="left">Attribute</th>
    <th align="left">Defines</th>
  </tr>
  <tr>
    <td valign="top">align</td>
    <td valign="top">The alignment of the object.</td>
  </tr>
  <tr>
    <td valign="top">border</td>
    <td>The border with in pixels.</td>
  </tr>
  <tr>
    <td valign="top">hspace</td>
    <td valign="top">The horizontal white-space (margin) in pixels.</td>
  </tr>
  <tr>
    <td valign="top">vspace</td>
    <td valign="top">The vertical white-space (margin) in pixels. </td>
  </tr>
  </table>
<br />
<hr />

<h2>Common HTML Attributes</h2>

<table class="ex" border="1" width="100%">
  <tr>
    <th width="20%" align="left">Attribute</th>
    <th align="left">Defines</th>
  </tr>
  <tr>
    <td valign="top">class</td>
    <td>The element's class.</td>
  </tr>
  <tr>
    <td valign="top">dir</td>
    <td valign="top">The directionality of the element.</td>
  </tr>
  <tr>
    <td valign="top">id</td>
    <td valign="top">A unique id for the element.</td>
  </tr>
  <tr>
    <td valign="top">lang</td>
    <td valign="top">The language used by the element.</td>
  </tr>
  <tr>
    <td valign="top">style</td>
    <td valign="top">The element's style.</td>
  </tr>
  <tr>
    <td valign="top">title</td>
    <td valign="top">The elements title. </td>
  </tr>
  </table>
<br />  
<hr />
<h2>Standard Events</h2>
<table class="ex" border="1" width="100%">
  <tr>
    <th width="20%" align="left">Event</th>
    <th align="left">Handles</th>
  </tr>
  <tr>
    <td>onclick</td>
    <td>mouse clicked</td>
  </tr>
  <tr>
    <td>ondblclick</td>
    <td>mouse double clicked</td>
  </tr>
  <tr>
    <td>onmousedown</td>
    <td>mouse button pressed down</td>
  </tr>
  <tr>
    <td>onmouseup</td>
    <td>mouse button released</td>
  </tr>
  <tr>
    <td>onmouseover</td>
    <td>cursor moved onto the element</td>
  </tr>
  <tr>
    <td>onmousemove</td>
    <td>cursor moved within the element</td>
  </tr>
  <tr>
    <td>onmouseout</td>
    <td>cursor moved away from the element</td>
  </tr>
  <tr>
    <td>onkeypressed</td>
    <td>key pressed and released over the element</td>
  </tr>
  <tr>
    <td>onkeydown</td>
    <td>key pressed down over the element</td>
  </tr>
  <tr>
    <td>onkeyup</td>
    <td>key released over the element</td>
  </tr>
</table>
<br />
<hr />

<a href="media_realvideo.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="media_playerref.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -