Tools - Object insertion

With this tool, you can embed objects of various types (Java, ActiveX, etc.) on the page. To run this tool, go to Main menu / Tools / Scripts and objects / Embedded object. You will also run the described tool from the Java, ActiveX, SSI and other toolbars. It should be mentioned here that this tool appears under several icons and allows you to insert various objects using the default designation of the corresponding switches.

Object Settings tab

The first tab is used to specify the basic properties of the object to be inserted. If you select the Code switch, it is necessary to choose the type of object to be embedded (ActiveX, Java or other). For ActiveX controls, the selection is made from the list on the right, which contains all the controls installed in the system. For a Java applet, it will be necessary to indicate the path to the *.class or *.jar file in the field named Path. You can also optionally specify the MIME type of this file.

On the Data tab, we specify the path and MIME type of the data object that will be placed on the page (if the "Code" switch is not checked) or passed to the embedded application (if the "Code" switch is checked).

At the bottom of the first tab, other parameters are specified: the base address for the specified paths, the name of the file containing the object's archived files (this allows you to reduce transfer time from the network), the name under which the object will be seen on the page, and the message that will be displayed before the control is loaded. You should also specify the location of the object: size, margins, border and alignment on the page.

Also important is the "Tag" field, which allows you to decide with which tag the object will be inserted into the page. The OBJECT tag is compatible with HTML 4.0 and gives the greatest possibilities, but if you want to display the Java applet correctly also in older browsers, you may need to use the APPLET tag, the use of which, however, the HTML specification does not recommend.

Parameters for the object tab

On the second tab o nazm you can specify additional parameters that will be passed to the inserted object at startup. They are set using the object parameter tool, which is available directly in this window after clicking the button marked with a plus.

Related topics

To top