[php] jwplayer 자동플레이하기
페이지 정보
본문
<script>
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "/uploads/myVideo.mp4",
width: 640,
height: 270,
autostart: true,
mute: true
});
</script>
추천0
댓글목록
등록된 댓글이 없습니다.

