[php] jwplayer 자동플레이하기
페이지 정보
작성자 제로 작성일 16-03-23 13:40 조회 37,198 댓글 0본문
<script>
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "/uploads/myVideo.mp4",
width: 640,
height: 270,
autostart: true,
mute: true
});
</script>댓글목록 0
등록된 댓글이 없습니다.
