Implementation

Download

  1. Download a sample application file from πŸ‘‰ sync-app.zip.

  2. Extract it under your servlet container.

  3. Download sample OZR files from πŸ‘‰ sync-ozr.zip.

  4. Extract it under your repository_files.

File Description

File

Description

js/jquery-3.3.1.min.js

jQuery file

js/OZServiceHandler.js

Synchronization service handler

js/ServiceManager.js

Synchronization service manager

js/OZDataChannelManager.js

Manage data channel between the agent and client

js/ozviewer_browers.js

Open ActiveX viewer in the browser

js/ozviewer_browers_html5.js

Open HTML5 viewer in the browser

js/ozviewer_browers_toto.js

Open HTML5 viewer in the OZ Mobile app

js/OZCommonParams.js

OZ viewer parameter definitions for the agent and client

js/ztransferx_browers.js

Download ActiveX viewer

agent-activex.html

A sample agent page for the ActiveX viewer

agent-html.html

A sample agent page for the HTML5 viewer

client-activex.html

A sample client page for the ActiveX viewer

client-html.html

A sample client page for the HTML5 viewer

client-toto.html

A sample client page for the OZ Mobile App

toto.manifest.js

Define the client page to be accessed from the OZ Mobile App

Customization

js/ozviewer_browers_html5.js

Change "html5viewer" to your own HTML5 viewer path.

agent-html.html

Change "html5viewer" to your own HTML5 viewer path.

Change OZ server servlet URL and OZR file path. You can add more OZR files.

Change the port number "14127" to your Sync Server (EPG) port number.

agent-activex.html

Change OZ server servlet URL and OZR file path. You can add more OZR files.

Change Sync Server port number.

Change ActiveX viewer download path, port, and the namespace.

client-html.html

Change all occurrences of "oz/HTML5viewer" to your own HTML5 viewer path.

Change Sync Server port number.

client-activex.html

Change Sync Server port number.

Change ActiveX viewer download path, port, and the namespace.

client-toto.html

Change Sync Server port number.

toto.manifest.js

If you want to change the name of client-toto.html, make sure to change the file name in toto.manifest.html to the same one.

Last updated

Was this helpful?