CONNECT Player SDK 5 for Browsers and Connected TV
5.28.x 5.27.x 5.26.x 5.25.x 5.24.x 5.23.x 5.22.x 5.21.x 5.20.x 5.19.x 5.18.x 5.17.x 5.16.x 5.15.x 5.14.x 5.13.x 5.12.x 5.11.x 5.10.x 5.9.x 5.7.x 5.6.x 5.5.x 5.4.x 5.3.x 5.2.x
5.28.x 5.27.x 5.26.x 5.25.x 5.24.x 5.23.x 5.22.x 5.21.x 5.20.x 5.19.x 5.18.x 5.17.x 5.16.x 5.15.x 5.14.x 5.13.x 5.12.x 5.11.x 5.10.x 5.9.x 5.7.x 5.6.x 5.5.x 5.4.x 5.3.x 5.2.x

Building the production version

  1. When development is complete, extract:

    • the opy-sdk-js-all.js file from the opy-sdk-js-5.7.x-production.zip for the standard SDK, or

    • the opy-sdk-js-all-no-ui.js file from the opy-sdk-js-5.7.x-production-no-ui.zip for the Reduced Size SDK.

  2. Replace the integration file opy-sdk-js-all-integration.js / opy-sdk-js-all-no-ui-integration.js with the production version.

  3. In the page <head> section, change:

    <script src="../../dist/opy-sdk-js-all-integration.js"></script>
    

    to

    <script src="../../dist/opy-sdk-js-all.js"></script>