jwplayer 자동실행하기
요즘 파일등록하면 jwplayer 로 실행하는 스킨들이 종종있습니다.
자동실행을 원하실 경우
<script>
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "/uploads/myVideo.mp4",
width: 640,
height: 270,
autostart: true,
mute: true
});
</script>
스크립을 찾아서
autostart: true,
을 추가하면 됩니다..
https://support.jwplayer.com/customer/portal/articles/1428525-autostarting-on-page-load
자동실행을 원하실 경우
<script>
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "/uploads/myVideo.mp4",
width: 640,
height: 270,
autostart: true,
mute: true
});
</script>
스크립을 찾아서
autostart: true,
을 추가하면 됩니다..
https://support.jwplayer.com/customer/portal/articles/1428525-autostarting-on-page-load
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 25 |
|
12년 전 | 5921 | |
| 24 | 12년 전 | 7365 | ||
| 23 | 12년 전 | 5220 | ||
| 22 |
JMoon
|
12년 전 | 6240 | |
| 21 |
오늘도망했다
|
12년 전 | 13474 | |
| 20 | 12년 전 | 4315 | ||
| 19 | 12년 전 | 8041 | ||
| 18 | 12년 전 | 6507 | ||
| 17 | 12년 전 | 5410 | ||
| 16 | 12년 전 | 6126 | ||
| 15 | 12년 전 | 5607 | ||
| 14 | 12년 전 | 9220 | ||
| 13 | 12년 전 | 8192 | ||
| 12 | 12년 전 | 4943 | ||
| 11 | 12년 전 | 7258 | ||
| 10 |
|
12년 전 | 8953 | |
| 9 | 12년 전 | 7547 | ||
| 8 | 12년 전 | 8123 | ||
| 7 | 12년 전 | 7321 | ||
| 6 | 12년 전 | 7450 | ||
| 5 | 12년 전 | 7370 | ||
| 4 | 12년 전 | 7458 | ||
| 3 | 12년 전 | 6948 | ||
| 2 | 12년 전 | 5796 | ||
| 1 | 12년 전 | 12115 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기