Add Object Information


Add the following object information to the BODY section of the document. This tells the browser what object to load. The object must be in a path that the browser can find; that is, in the same directory as the Web page, in the operating system object cache, or in the path defined by the operating system for finding files.


<OBJECT ID="rtpaudio" WIDTH="100" HEIGHT="51"
   CLASSID="CLSID:56A46023-DB88-11CF-9498-00AA00A21BDE"
   CODEBASE="http://www.microsoft.com/netshow/download/en/nsaudinf.cab#Version=2,0,0,888">
</OBJECT>

Note that ID, WIDTH, HEIGHT, and CLASSID are all required attributes of the OBJECT tag. Using the CODEBASE attribute is strongly recommended.

Make sure that the version number matches the version of the control you want to use. The version given above may not be the latest version of the NetShow RTP Audio control. If you want to see the version of a control, use the properties browser in Windows® 95 or Windows NT® 4.0. If you do not specify a version number, and a version of the control exists in the cache, the cached version will be used. If you specify a version number and that version is not on the Web server, cached, or in a valid path, the version on the Web server will be downloaded and used.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.