html 在SDL媒体管理器播放器上使用endstate事件。请参阅http://jsfiddle.net/Jhorsman/NtQrN/

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 在SDL媒体管理器播放器上使用endstate事件。请参阅http://jsfiddle.net/Jhorsman/NtQrN/相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<!--
  Using
  - HTML5 video player
  - show-layer-endstate event
  
  Example on http://jsfiddle.net/Jhorsman/NtQrN/
-->
<html>
<head>
  <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
	<script>
		$(document).bind("MMPLAYERREADY", function() {	
			console.log("MMPLAYERREADY event fired");
			$("#myPlayer").bind("show-layer-endstate", function() {
				console.log("show-layer-endstate event fired");
				alert("Let us play again!");
				$("#myPlayer").children().last().trigger("play")
			});
		});
	</script>
	<style type="text/css">
		.player {
			background-color: #C0C0C0;
			width: 600px;
			height: 338px
		}
	</style>
</head>
<body>
	<div id="myPlayer" class="player">
		<script type="text/javascript" language="javascript" src="http://sdl-training.dist.sdlmedia.com/vms/distribution/embed/?o=2981B015-A171-4C6A-BEC6-9C0BC80B9F4E"></script>
	</div>
</body>
</html>

以上是关于html 在SDL媒体管理器播放器上使用endstate事件。请参阅http://jsfiddle.net/Jhorsman/NtQrN/的主要内容,如果未能解决你的问题,请参考以下文章

html 播放/暂停SDL媒体管理器视频

html 播放/暂停SDL媒体管理器视频

powershell 将AppData从一个SDL Web Content Manager项目复制到另一个SDL Web Content Manager项目。我使用此脚本在con之后修复媒体管理器EC

powershell 将AppData从一个SDL Web Content Manager项目复制到另一个SDL Web Content Manager项目。我使用此脚本在con之后修复媒体管理器EC

html 播放和暂停媒体管理器播放器

html 播放和暂停媒体管理器播放器