AbelCam supports server side includes in html files.
Server Side Includes are special pieces of code in the html file, which will be replace by AbelCam before delivering the page to the calling browser.
include files
<!--#include file="anyfile.inc" -->
include a file from the local directory
<!--#include file="/file.txt" -->
include a file from the webserver root
include web pages
<!--#include file="http://www.seiz.ch/ad.html" -->
include any URL (as long as it returns text)
include commands
<!--#include exec="dir c:\" -->
result of command will be included in web page
include vserver link
<!--#include vserver -->
includes the mms link to the windows media stream (or a file in case the video server is off)
see test.html in the server root directory
conditional includes
there are several options to include html code depending on what features
are activated within AbelCam.
Conditional includes work like this:
if video server is active then
show this
else
show that
end if
Conditional includes are available for
- Tilt/Pan
- Zoom
- Chat
- TV Tuner
- Windows Media Server
More Information in the Help File
|