Inferno Plug-in: snow

With no arguments the standard Inferno logo is displayed. Alternatively a different Inferno format (.bit) image could be downloaded and could then be displayed by specifying it as a command line parameter to snow.dis.


The following files are used in this sample:
snow.b (2168 bytes)
snow.dis (1582 bytes)

Note: files ending in .b are Limbo source; files ending in .dis are the equivalent binary executables.


The HTML code used to display this sample is:

<OBJECT
classid="clsid:3A274C9A-1E70-435a-8A63-B91A93F3BDDD"
codebase="http://www.vitanuova.com/plugin/ieplugin4.cab"
width="600" height="300"
>
<PARAM name="compile" value="1">
<PARAM name="init" value=" ./snow.dis">
<PARAM name="file1" value="snow.dis http://www.vitanuova.com/inferno/plugin/snow/snow.dis">
</OBJECT>