3 The StarOffice ActiveX control shows an example of access to UNO through COM technology.
4 It requires a properly installed StarOffice version 6.0/6.1 or OpenOffice 1.0.
5 This is a Lite ActiveX control so it can be used only in containers that
6 allows to use such controls.
8 Pressing to any link to staroffice document should activate the control.
9 So the document will be opened in ReadOnly mode.
11 Also it can be activated with an <OBJECT> tag from a html-page.
12 Without any parameters for an object tag a new writer document will be
13 opened for editing. Possible parameters are
14 src - full URL to the file that should be edited/viewed;
15 it can contain "private:factory/..." URLs to open new documents
16 for edit, for example "private:factory/swriter"
17 readonly - the default value is "true", in case it is set to any other
18 value the document is opened for editing
20 As any ActiveX control this one should be registered.
21 To let MSIE register it itself the "CODEBASE" parameter
22 for the "OBJECT" tag should be specified
23 with an URL to the library "so_activex.dll".
24 The example of registration with "OBJECT" tag is in example.html.
26 Also it can be done using regsvr32 application.
28 <Path to Windows installation>\System32\regsvr32 so_activex.dll
30 To unregister the control please use /u option:
31 <Path to Windows installation>\system32\regsvr32 so_activex.dll /u