Determine version of HTML5 SDK | Scene 7

Issue

How can I determine the version of the HTML5 SDK used on a certain page?

Solution

One way to determine the version of HTML5 SDK used on a page is to look at the HTTP requests after clearing your local browser cache. You can use Firebug or Charles for this process.

For the video viewer, you can see the SDK version by looking at /s7viewers/html5/js/VideoViewer.js.

Look for the this.sdkBasePath. For example:

this.sdkBasePath = '/s7sdk/2.4/';

For the video viewer, you can see the viewer type # and version by looking forthis.s7params.setViewer.

For example:

this.s7params.setViewer("506,4.8.1");

 Adobe

쉽고 빠르게 지원 받기

신규 사용자이신가요?

Adobe MAX 2024

Adobe MAX
크리에이티비티 컨퍼런스

10월 14~16일 마이애미 비치 및 온라인

Adobe MAX

크리에이티비티 컨퍼런스

10월 14~16일 마이애미 비치 및 온라인

Adobe MAX 2024

Adobe MAX
크리에이티비티 컨퍼런스

10월 14~16일 마이애미 비치 및 온라인

Adobe MAX

크리에이티비티 컨퍼런스

10월 14~16일 마이애미 비치 및 온라인