Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 편집기 같은 IDE
- 큐비트럭
- 구형 노트북 IDE
- 멀티OS
- 편집기보다는 좋다
- 여러 OS지원
- 델파이
- 40종 언어지원
- Python
- 데비안
- 편집기보다 좋다
- 설악산
- 윈도우
- 파이썬IDE
- 지니 ide
- geany ide
- 아직까지 공부중
- 메보장보다 좋다
- 구형 개발용 컴퓨터에 딱이다
- 멀티OS IDE
- 강릉
- 프로그래밍
- 초경량 ide
- 여행
- 웹개발IDE
- 40종 언어 지원
- QT GUI
- 자동완성만 써봐도 괜찮음
- Pyside2
- 파이썬
Archives
- Today
- Total
아브아카의 세상 빼꼼 바라보기
jw player 스크립트 본문
<
head
>
<
script
type
=
"text/javascript"
src
=
"jwplayer.js 파일 경로"
></
script
>
</
head
>
<
body
>
<
div
>
<!-- 동영상 영역 -->
<
div
id
=
"myElement"
>동영상이 재생되는 부분</
div
>
<
script
type
=
"text/javascript"
>
jwplayer("myElement").setup({
flashplayer: "player.swf 파일 경로",
file: "동영상 파일 경로",
image: "재생 전 보여질 이미지 파일 경로",
title: "제목",
description: "설명",
frontcolor: "기본색",
lightcolor: "강조색",
controlbar: "bottom",
width: "470",
height: "320",
});
</
script
>
</
div
>
<!-- //동영상 영역 -->
</
body
>
<script src="http://jwpsrv.com/library/WdX9hECCEeS+YSIACyaB8g.js"></script>
<div id='playerHjOQcBqxdgsI'></div> <script type='text/javascript'> jwplayer('playerHjOQcBqxdgsI').setup({ file: 'http://example.com/media/my_video.mp4', image: '//www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg', width: '100%', aspectratio: '16:9', autostart: 'true', primary: 'flash' }); </script>
'컴퓨터 > 웹 코딩' 카테고리의 다른 글
Html 페이지 분할 (0) | 2015.06.25 |
---|---|
생활코딩 강좌 사이트 (0) | 2015.05.31 |
팝업 window.open (0) | 2014.09.21 |
팝업 리사이즈 자바스크립트 (0) | 2014.09.21 |