웹마스터 팁
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
링크 클릭시 사운드 효과
2003.04.09 19:56
링크 클릭시 사운드 효과입니다.
온클릭과 온마우스오버 다 가능합니다.
<style type="text/css">
<!--
A:link {color:444444;text-decoration:none;}
A:visited {color:444444;text-decoration:none;}
A:active {color:444444;text-decoration:none;}
A:hover {color:444444;text-decoration:none;}
-->
</style>
<script LANGUAGE="JavaScript">
<!--
var ButtonSound = new Array();
ButtonSound[0] = "1.wav"; //사운드 파일의 경로
ButtonSound[1] = "2.wav"; //사운드 파일의 경로
ButtonSound[2] = "3.wav"; //사운드 파일의 경로
document.write('<BGSOUND ID="alertsound">')
IE = (navigator.appVersion.indexOf("MSIE")!=-1 && document.all)? 1:0;
NS = (navigator.appName=="Netscape" && navigator.plugins["LiveAudio"])? 1:0;
ver4 = IE||NS? 1:0;
onload=auPreload;
function auPreload() {
if (!ver4) return;
if (NS) auEmb = new Layer(0,window);
else {
Str = "<DIV ID='auEmb' STYLE='position:absolute;'></DIV>";
document.body.insertAdjacentHTML("BeforeEnd",Str);
}
var Str = '';
for (i=0;i<ButtonSound.length;i++)
Str += "<EMBED SRC='"+ButtonSound[i]+"' AUTOSTART='FALSE' HIDDEN='TRUE'>"
if (IE) auEmb.innerHTML = Str;
else {
auEmb.document.open();
auEmb.document.write(Str);
auEmb.document.close();
}
auCon = IE? document.all.alertsound:auEmb;
auCon.control = auCtrl;
}
function auCtrl(whSound,play) {
if (IE) this.src = play? ButtonSound[whSound]:'';
else eval("this.document.embeds[whSound]." + (play? "play()":"stop()"))
}
function musicplay(whSound) { if (window.auCon) auCon.control(whSound,true); }
function stopSound(whSound) { if (window.auCon) auCon.control(whSound,false); }
//-->
</script>
<a href="#" onmouseover="musicplay(0)">아햏햏</a>,
<a href="#" onClick="musicplay(1)">스타쉬피스</a>,
<a href="#" onClick="musicplay(2)">뚫흙뚫흙</a>,
온클릭과 온마우스오버 다 가능합니다.
<style type="text/css">
<!--
A:link {color:444444;text-decoration:none;}
A:visited {color:444444;text-decoration:none;}
A:active {color:444444;text-decoration:none;}
A:hover {color:444444;text-decoration:none;}
-->
</style>
<script LANGUAGE="JavaScript">
<!--
var ButtonSound = new Array();
ButtonSound[0] = "1.wav"; //사운드 파일의 경로
ButtonSound[1] = "2.wav"; //사운드 파일의 경로
ButtonSound[2] = "3.wav"; //사운드 파일의 경로
document.write('<BGSOUND ID="alertsound">')
IE = (navigator.appVersion.indexOf("MSIE")!=-1 && document.all)? 1:0;
NS = (navigator.appName=="Netscape" && navigator.plugins["LiveAudio"])? 1:0;
ver4 = IE||NS? 1:0;
onload=auPreload;
function auPreload() {
if (!ver4) return;
if (NS) auEmb = new Layer(0,window);
else {
Str = "<DIV ID='auEmb' STYLE='position:absolute;'></DIV>";
document.body.insertAdjacentHTML("BeforeEnd",Str);
}
var Str = '';
for (i=0;i<ButtonSound.length;i++)
Str += "<EMBED SRC='"+ButtonSound[i]+"' AUTOSTART='FALSE' HIDDEN='TRUE'>"
if (IE) auEmb.innerHTML = Str;
else {
auEmb.document.open();
auEmb.document.write(Str);
auEmb.document.close();
}
auCon = IE? document.all.alertsound:auEmb;
auCon.control = auCtrl;
}
function auCtrl(whSound,play) {
if (IE) this.src = play? ButtonSound[whSound]:'';
else eval("this.document.embeds[whSound]." + (play? "play()":"stop()"))
}
function musicplay(whSound) { if (window.auCon) auCon.control(whSound,true); }
function stopSound(whSound) { if (window.auCon) auCon.control(whSound,false); }
//-->
</script>
<a href="#" onmouseover="musicplay(0)">아햏햏</a>,
<a href="#" onClick="musicplay(1)">스타쉬피스</a>,
<a href="#" onClick="musicplay(2)">뚫흙뚫흙</a>,
댓글 3
-
#피터팬증후군
2004.06.24 00:38
-
이영준
2003.04.28 01:03
헤더부분에 넣어는데 에러가....쩝 -
규민
2008.12.20 13:55
추천하고 스크랩합니다~ㅋㅋ;
제목 | 글쓴이 | 날짜 |
---|---|---|
세계인구와 한국인구 구하기 애플릿 소스 [3] | TimeMode | 2003.05.19 |
동영상이 로딩될때까지 이미지 보여주기 [8] | ZipShin | 2003.05.19 |
더블클릭으로 웹문서 새로고침 하기 [3] | RedEye | 2003.05.09 |
HTML 암호화시킨것 풀어주는소스(암호화도가능) [11] | 호호짱 | 2003.05.06 |
label태그 아십니까? [6] | ZipShin | 2003.04.27 |
이미지 테두리에 점선 두르기 [6] | ZipShin | 2003.04.15 |
textarea 세로 글쓰기 [1] | ZipShin | 2003.04.15 |
textbox의 값을 오른쪽부터 채우기. [1] | RedEye | 2003.04.12 |
새창뜨는 링크 누를때 스크롤바 고정시키기 [8] | REAL | 2003.04.09 |
이미지 링크로 사용하다가 짤렸을때 대체 이미지 [6] | REAL | 2003.04.09 |
링크 클릭시 사운드 효과 [3] | REAL | 2003.04.09 |
[re] 링크 클릭시 사운드 효과 [헤헤~ 더 간단하게] [5] | RedEye | 2003.04.13 |
self.close 묻지 않고 닫기 [6] | REAL | 2003.04.09 |
테이블에 dot 효과를 주자~~~~~~~~~~~~~~~~~~~~ [5] | 조일현 | 2003.04.08 |
스스로 사라지는 웹페이지 만들기 [3] | 최재철 | 2003.04.08 |
HTML 기본 구성 ( HTML 왕초보만 보세혀.. ) [7] | kkaza™ | 2003.04.05 |
홈페이지의 위아래를 바꾸어 보자! [10] | 세죠위그이 | 2003.04.01 |
HTML의 정의 [8] | 이태운 | 2003.03.23 |
캐시 사용하지 않기 [5] | FriZeX*-_-* | 2003.03.17 |
[HTML 초보자] 열거목록에 대한 스타일정의 네번째 마지막 | ZipShin | 2003.03.17 |
추천 꾸욱!