Hi,
if you are loading scs files you need to make sure that you don’t start the webviewer in streaming mode. For example the code below would startup an empty viewer, that allows you to load scs files:
viewer = new Communicator.WebViewer({
containerId: container,
empty: true
});