Previous | Next |
Add the following object information to the <BODY> section of the document. This tells the browser which object to load. The browser must be able to connect to the internet to load the object:
<OBJECT ID="NSFile" WIDTH="100" HEIGHT="51"
CLASSID="CLSID:26F24A93-1DA2-11D0-A334-00AA004A5FC5"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsftsinf.cab#Version=3,0,0,2700">
</OBJECT>
ID and CLASSID are required. CODEBASE is recommended to make sure the correct version of the File Transfer control.
Make sure that the version number matches the version you want to specify. The version given in the preceding object information may not be the latest version of the File Transfer Service control.
Previous | Next |