태그 강좌
음악 삽입 태그 <embed src=음악주소...>
일점
2011. 2. 2. 16:07
자동으로 들을때 autostart=true 또는 ="-1"
수동으로 들을때 autostart=false 또는 ="0"
노래바 감출경우 hidden=true [반대(노래바나타내기) =false ]
노출바 가로크기 width=300 (175. * 75.)
노출바 세로크기 height=45 ( 25. * 70.)
반복 계속들을때 loop="-1" 또는 ="true"
제한적 들을때 loop="듣고싶은숫자 넣기"
볼륨 크게들을때 volume="0"
볼륨 중음들을때 volume="70"
볼륨 적게들을때 volume="30"
노래바 형태(A) showcontrols="1" [일반적인것 =2단?] (300 ×45)
노래바 형태(B) showstatusbar="1" [밑.내용기재 =3단?] (300 ×70)
노래바 색(회색) style="filter:xray()"
노래바 색(검정) style="filter:gray()"
노래바 색(근본) style="filter:alpha()"
기본 embed 태그
<EMBED style="LEFT: 0px; WIDTH: 300px; TOP: 53px; HEIGHT: 45px"
src=http://combaduk.com.ne.kr/asf/baram.mid
width=300 height=45 type=audio/midi volume="0" autostart="0">
수정
<EMBED style="FILTER:xray()" src=http://combaduk.com.ne.kr/asf/baram.mid
width=300 height=45 type=audio/midi volume="50" autostart="-1">
<EMBED style="FILTER:gray alpha (opacity=100, style=2,finishopacity=0)"
src=http://combaduk.com.ne.kr/asf/baram.mid type=audio/mid
width=300 height=25 volume="0" autostart="0">
<EMBED style="FILTER: gray alpha (opacity=50, style=1,finishopacity=50)"
src=http://combaduk.com.ne.kr/asf/baram.mid
width=300 height=25 type=audio/midi autostart="0" volume="0">
<EMBED style="filter:xray()" src=http://combaduk.com.ne.kr/asf/baram.mid
width=300 height=45 type=audio/midi autostart="0" volume="0">