2007年4月26日 星期四

網頁內嵌多媒體檔案語法

<EMBED ...>

不需要 </EMBED>

範例
<EMBED SRC="file" HEIGHT=60 WIDTH=144>


  • SRC: URL of resource to be embedded
  • WIDTH: width of area in which to show resource
  • HEIGHT: height of area in which to show resource
  • ALIGN: how text should flow around the picture
  • NAME: name of the embedded object
  • PLUGINSPAGE: where to get the plugin software
  • PLUGINURL: where to get the JAR archive for automatic installation
  • HIDDEN: if the object is visible or not
  • HREF: make this object a link
  • TARGET: frame to link to
  • AUTOSTART: if the sound/movie should start automatically
  • LOOP: how many times to play the sound/movie
  • PLAYCOUNT: how many times to play the sound/movie
  • VOLUME: how loud to play the sound
  • CONTROLS: which sound control to display, netscape only
  • CONTROLLER: if controls should be displayed, ie only
  • MASTERSOUND: indicates the object in a sound group with the sound to use
  • STARTTIME: how far into the sound to start and stop
  • ENDTIME: when to finish playing


沒有留言: