Add updates.

This commit is contained in:
AB
2019-05-01 01:52:11 +03:00
parent aaf9a59303
commit 5405ca18c2
3 changed files with 24 additions and 0 deletions

View File

@ -42,3 +42,8 @@ include('library.php');
<?php include('upload.php');?>
</div>
</div>
<iframe name='player' id="iframe" src="simplePlayer/index.html" style="border:none;width:100%;height:500px;"></iframe>
<script>
iframe.contentWindow.postMessage('123', '*');
</script>