例子:
<EMBED src="http://ami.wangking.com/html/california.mp3" width=120 height=40 type=audio/x-pn-realaudio-plugin mime-types="mime.types" Initfn="load-types" volume="100" autostart="true" loop="-1" controls="ControlPanel" hidden="true">
说明:
<EMBED ...>
Usage Recommendation |
---|
use it, but don't rely on it |
-
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 -
CONTROLLER
: if controls should be displayed -
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
|