동영사 자막 제어
페이지 정보
작성자 서방님 댓글 0건 조회 129회 작성일 06-11-08 10:36본문
// 윈도우 미디어 플레이어 버전 9 이하때 사용.
<Embed src="http://cheey82.hihome.com/test1.wmv" width="300" height="200"
ShowCaptioning="true"
SAMIFileName="http://cheey82.hihome.com/test.smi">
// 윈도우 미디어 플레이어 버전 9 이상때 사용.
<Embed src="http://cheey82.hihome.com/test1.wmv" width="300" height="200" SAMIFileName="http://cheey82.hihome.com/test.smi"
CaptioningID="caption">
// 아래는 자막이 나타날 레이어의 ID 와 색상,너비,높이,위치 설정
<div id="caption" style="background-color:blue; width:300px; height:50px; position:relative; left:0px; top:10px; z-index:1;">
// 위 라인에서 레이어의 id 는 CaptioningID="caption" 에서 정의해준 caption 값을 사용했음을 주의
댓글목록
등록된 댓글이 없습니다.