Embedded Startup

The following command runs pcANYWHERE EXPRESS in embedded mode and can be run using a file (SRC=) or by simply specifying the MIME type (TYPE=).

To specify a file name:

<EMBED SRC="test.chf" WIDTH=value HEIGHT=value PLUGINSPAGE="URL" startupparameter=value>

When SRC is used, the server determines the MIME type from the file extension.To use the SRC method of embedding, the MIME type must be registered in the server.

To specify a MIME type:

<EMBED TYPE="application/x-pcAnywhere-Remote" WIDTH=value HEIGHT=value PLUGINSPAGE="URL"
startupparameter=value...>

TYPE is usually used when a plug-in does not require a data stream. Click here to view a sample web page that uses the TYPE parameter.

WIDTH and HEIGHT are required parameters that specify the dimensions of the embedded window that the plug-in uses.

The optional PLUGINSPAGE parameter identifies the URL to be used for assisted installations requiring the location of the pcANYWHERE EXPRESS plug-in.

Additional startup parameters can be used to pre-configure the connection.

The TYPE=method is not supported in Internet Explorer 3.02. Use the SRC method for IE 3.02.