|
<EMBED
|
|
TYPE="application/x-kiosklauncher"
|
the MIME type that tells Netscape to use the Kiosk Launcher plugin
|
|
PLUGINSPAGE="URL"
|
web page where Kiosk Launcher Plug-in can be found
|
|
HEIGHT="20"
|
the height of the button
|
|
WIDTH="100"
|
the width
|
|
BUTTONTITLE="The Title"
|
the title displayed if no icon
|
|
FONT="fontname"
|
the font if different from the default (Chicago/Charcoal)
|
|
FONTSIZE="10"
|
the font size if different from the default (12)
|
|
FONTFACE="1"
|
the font face if not plain. uses the Mac qd constants, sorry...
|
|
USEICON="TRUE"
|
use the application's icon if available
|
|
SIGNATURE="ttxt"
|
the application's 4 character signature
|
|
PATH="the:path"
|
the full path to the application
|
|
DOCUMENT="the:path"
|
the full path to the a document to be opened by the application
|
|
DOCREQUIRED="TRUE"
|
don't launch app if document doesn't exist
|
|
APPLESHARE="volume:server@zone"
|
Appleshare volume to mount when launching app
|
|
ASREQUIRED="TRUE"
|
don't launch app if AppleShare can't be mounted
|
|
AUTHENTICATE="TRUE"
|
add if Kiosk should authenticate the user first - not implemented
|
|
CANGUEST="TRUE"
|
add if Kiosk should allow "guest" accounts - not implemented
|
|
DEBUG
|
use debugger (if installed) to display error/info messages
|
|
>
|