컴.태그공부

음악바 태그

영지니 2012. 1. 4. 21:35

● Window Media Player의 기본 형태


Tombe La Neige (눈이 내리네) / Giovanni Marradi (Piano)


※ 위 플레이어의 태그 소스 예시
EMBED src=https://t1.daumcdn.net/cafefile/pds7/14_a_n_188z6_58vq
_000_00_00000199
width=300 height=69 type=audio/x-ms-wma 
showstatusbar="1"
autostart="true"
volume="0"
loop="-1"


※ 여러가지로 변형(너비와 높이)하여 활용할 수 있음

...width=300 height=45 (showstatusbar=0)


...width=300 height=28 (showstatusbar=0)


...width=80 height=25 (showstatusbar=0) 


...width=300 height=25 (showstatusbar=1)


...style="FILTER: xray gray();"첨부 


...width=300 height=60 (showstatusbar=0)


● EMBED 기본태그

EMBED src=음악 속성의 주소
width=300 height=69...플레이어의 크기를 마음대로 조절
hidden=1 (true/false) ...플레이어가 보이게 또는 안보이게
autostart=1 (true/false)...자동 플레이 또는 선택 플레이
volume=0 (최대) ~90, 80, 70 50...사운드의 볼륨 크기를 조절
loop=-1(연속) ~2회(loop=2), 3회...연속 플레이 여부 (playcount="2"로도 가능)
showstatusbar=1 (true/false)...플레이 상태 표시
enablecontextmenu=1 (true/false)...속성 읽기 가능/불가능


● 플레이어에 색 입히기 (style 태그를 src 앞에 첨부)

엷은 회색 style="FILTER: gray()"   



진한 회색 style="FILTER: xray()"



자주색 style="FILTER: invert();"



투명 (바탕색에 흡수) style="FILTER: gray() alpha(opacity=30,style=1,finishopacity=30)"
** opacity=불투명도


투명 (가운데만 약간 진하게) style="FILTER:alpha(opacity=120,style=3,finishopacity=0)"

 

'컴.태그공부' 카테고리의 다른 글

소스보는 방법  (0) 2012.01.04
나만의 음악 모음곡 만드는 법  (0) 2012.01.04
태그에서 꼭 필요한 명령어   (0) 2012.01.04
막아논 소스보기   (0) 2012.01.04
막아놓은 소스보기  (0) 2012.01.04