Flash Parameters2018-04-27T01:51:46+00:00

Player Parameters

Introduction

embed code 안에 있는 flashvars 를 통하여 플레이어를 환경설정 할 수 있습니다.

flashvars 속성의 형식은 ‘&’ 문자로 구분된 name=value 세트의 문자열입니다.

아래는 embed 코드의 예시로서, 환경설정과 관련된 부분은 빨간색으로 표시했습니다.

자동재생과 루프를 끄고 재생정보를 켠 경우 :

<embed src="PlayerAddress" width="896" height="504" type="application/x-shockwave-flash" allowfullscreen="true" wmode="opaque" flashvars="media=VideoURL&autoplay=false&loop=false&info=true">

Parameter 목록

Name Value 초기값 설명
media true, false null 비디오 주소(URL). 필수항목
autoplay true, false true true로 설정된 경우, 자동으로 재생 시작
loop true, false true true로 설정된 경우, 자동으로 재시작
number true, false false true로 설정된 경우, chunk 개수 표시
ratio true, false true true로 설정된 경우, 종횡비 고정
volume 0 ~ 160 100 초기 볼륨 설정
bar true, false true true로 설정된 경우, 진행 바 표시
capture true, false false true로 설정된 경우, 캡쳐버튼 표시
jpg 0 ~ 100 80 캡쳐된 jpg파일 화질 설정
start     ≥ 0 null 재생 지연 시간을 초단위로 설정
auto true, false true true로 설정된 경우, 비디오 해상도 자동으로 변경
fitscreen true, false false true로 설정된 경우, 해상도가 플레이어 크기를 넘지 않도록 제한
이 설정은 auto 변수가 true일 때만 유효합니다.
info true, false false true로 설정된 경우, 재생 정보 표시