Archive for 五月, 2007

Usage <embed …>

星期二, 五月 8th, 2007

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
PlugInSpace: 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
<EMBED …> puts a browser plugin in the page. A plugin is a special program located on the client computer (i.e. not on your web server) that handles its own special type of data file. The most common plugins are for sounds and movies. The <EMBED …> tag gives the location of a data file that the plugin should handle.

阅读(89 次)

System Manager’s Manual NSLOOKUP

星期六, 五月 5th, 2007

NAME
nslookup [-option …] [host-to-find | -[server]]
DESCRIPTION (more…)

阅读(77 次)