동영사 자막 제어 > script

본문 바로가기

script

동영사 자막 제어

작성일 06-11-08 10:36

페이지 정보

작성자서방님 조회 276회 댓글 0건

본문

// 윈도우 미디어 플레이어 버전 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 값을 사용했음을 주의

댓글목록

등록된 댓글이 없습니다.

전체 846건 47 페이지
게시물 검색
Copyright © 서방님.kr All rights reserved.
PC 버전으로 보기