JWplayer 5.1 wmode x 적용안됨 비율공식 가로크기 가로/세로=가로비율JWplayer 5.2 wmode o 적용가능 (XML에러 있음) 가로비율*만들기 세로크기 = 임의 의 가로크기JWplayer 5.3 wmode o 적용가능
(XML에러 수정판)
세로크기 세로/가로 = 세로비율
MP4 화질우수 싱글 용이
세로비율 * 만들고싶은 가로크기 = 임의 의 세로크기
FLV 속도우수 멀티 용이
Flashvars
※주의 () 괄호는 해제 하세요
플레이어 화면설정
controlbar= true/false (bottom/top/over/none) 아래 컨트롤바 표시여부 (위치여부)menu=true/false 오른쪽클릭시 옵션 표시여부icons=true/false 아이콘 표시여부playlist= (none/bottem-right,left/top-right,left) 플레이리스트 표시여부(위치여부)playsize= (180) 플레이리스트 사이즈skin= 모름
stretching= (none/uniform/fill/exactfit) 원본대로 / 비율확대 / 비율확대(양쪽다)↘ / 꽉찬화면
비율확대 : width and height 둘중 하나가 꽉찰때까지 원본비율대로 늘어남
플레이어 명령어
autostart=true/false 자동시작bufferlenth=(1) 정지시간fullscreen=true/false 전체화면id=(undefined) 모름item=(0) 모름mute=true/false 음소거 여부playerready(undefined) 모름plugins(undefined) 모름repeat(none,always,list,single) 연속재생 여부 (안함,항상,리스트전체,한개)
shuffle=
true/false 랜덤재생 여부somoothing=true/false 모름stretching=(uniform,none,exactfit,uniform,fill) 위에써놈volume=(0~100) 음량config=(파일주소) xml로 명령어 처리하기
로고 (라이센스 이용자만 가능)
logo.file=(http image) 로고 이미지 삽입
logo.link=(http target) 로고 이미지 클릭시 링크로 이동
logo.linktarget=(_blank,_self,_parent,_top) 새창 열기 , 여기서 열기 , 여기서 전체화면 열기 , 우선순위 1위로 열기
logo.hide=true/false 재생 5초후 로고 이미지 숨길지 여부
logo.position=(bottom-left,right / top-left,right) 로고 위치결정 (아래-왼,오른 / 위-왼,오른)
색
backcolor=(00000) 재생목록 배경색
frontcolor=(00000) 컨트롤바.글씨색
lightcolor=(00000) 아이콘색
screencolor=(00000) 배경색
색 코드: web colors ( 6자리의 숫자/영어 ex->7C FC 00 )
XML +옵션
config(http XML) 설정내용을 xml에 집어넣어 태그 간략화
예제.
<config>
<image>files/bunny.jpg</image>
<repeat>true</repeat>
<volume>40</volume>
<playlist>right</playlist>
<playlist.size>150</playlist.size>
<controlbar>over</controlbar>
</config>
<track
> track의 기본 구조
<annotation>내용</annotation>
<title>제목</title><location>http://www.123.mp4 또는 http://www.123.flv 둘중하나</location> 파일주소
<image>이미지주소</image>
</track>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>T playlist</title>
<tracklist>
<track>
<image>http://123.png</image>
<location>http://123.MP4</location>
</track>
<track>
<location>http://123.MP4</location>
</track>
<track>
<location>http://123.MP4</location>
</track>
<track>
<location>http://123.MP4</location>
</track>
<track>
<location>http://123.MP4</location>
</track>
</tracklist>
</playlist>
embed 명령어
height= 높이
width= 넓이
type=application/x-shockwave-flash 플레이어 타입선택
src= 주소입력
flashvars="file=&repeat=list&controlbar=none&volume=30&menu=false&icons=false"
allowfullscreen="true" 화며크기에 맞춰서 항상꽉찬 화면 (전체화면 활성화)
allowscriptaccess="always/samedomain/never"
(항상,플레시와웹도메인이같을경우,불가) 스크립트 사용여부 (모름)
wmode="transparent" 배경화면 투명화
테스트 하는곳 이 있었는데 회원 가입으로 바뀌었네? 없음
2022년 12월 21일 확인
'info' 카테고리의 다른 글
배치파일 bat 파일 만들기 TEST (0) | 2011.02.12 |
---|---|
키넥트 + 미쿠미쿠댄스 (0) | 2011.02.06 |
Baba Yetu 문명하셨습니다. (0) | 2010.12.25 |
adobe flash cs5 (ver3.0) 간단한 명령들 (0) | 2010.12.05 |
link 태그 (0) | 2010.12.05 |