Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeDJango
<head>
<script src="https://file.kollus.com/vgcontroller/vg-controller-client.latest.min.js"></script>
<script>
window.onload = function() {
    try {
        var controller = new VgControllerClient({
            target_window: document.getElementById('child').contentWindow
        });
    } catch(e) {
        console.error(e);
    }
};
</script>
</head>

...
<body>
	<iframe id='child' width="640" height="360" src="kollus.src" allow='autoplay' allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>
</body>

Include Page
Error code & Message-Footer
Error code & Message-Footer