웹마스터 팁
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
웬 소리가????(하이퍼링크 효과음)
2007.04.08 14:36
안녕하세요....
저는 10월쯤에 강의를 올렸던 김민환 입니다.
드디어 제가 중1이 됬구여......
그리고 저는 이제 중간고사니까 한달동안 못들어올것 같구여....
MuzClan이라는 것은 제 새홈피입니다.....
많이 놀러 오세요...
감사합니다
------------------------------------------------------------
<head></head> <body>아래의 소스를 와 사이에 넣어 주세요.
-------------------------------------------------------------
<script LANGUAGE="JavaScript">
<!--
var over_sound = new Array();
//사운드 파일의 경로 설정
over_sound[0] = "http://myhome.naver.com/flyingeagle/laser.wav";
document.write('<BGSOUND ID="auIEContainer">')
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<over_sound.length;i++)
Str += "<EMBED SRC='"+over_sound[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.auIEContainer:auEmb;
auCon.control = auCtrl;
}
function auCtrl(whSound,play) {
if (IE) this.src = play? over_sound[whSound]:'';
else eval("this.document.embeds[whSound]." + (play? "play()":"stop()"))
}
function wavEffect(whSound) { if (window.auCon) auCon.control(whSound,true); }
function stopSound(whSound) { if (window.auCon) auCon.control(whSound,false); }
//-->
</script>
아래의 소스를 와
<p>사이에 넣어주세요.
<!--아래와 같이 하이퍼 링크 태그안에 onMouseover 와 onMouseout 이벤트핸들러를 추가합니다.-->
<a href="http://www.tmuzclan.wo.to" target="_blank" OnMouseOut="stopSound(0)" OnMouseOver="wavEffect(0)">
MuzClan 화이팅!!</a><a href="http://www.tmuzclan.wo.to" target="_blank" onMouseover="wavEffect(0)"
onMouseout="stopSound(0)">^^</a></body>
이번 중간고사를 무사히!
저는 10월쯤에 강의를 올렸던 김민환 입니다.
드디어 제가 중1이 됬구여......
그리고 저는 이제 중간고사니까 한달동안 못들어올것 같구여....
MuzClan이라는 것은 제 새홈피입니다.....
많이 놀러 오세요...
감사합니다
------------------------------------------------------------
<head></head> <body>아래의 소스를 와 사이에 넣어 주세요.
-------------------------------------------------------------
<script LANGUAGE="JavaScript">
<!--
var over_sound = new Array();
//사운드 파일의 경로 설정
over_sound[0] = "http://myhome.naver.com/flyingeagle/laser.wav";
document.write('<BGSOUND ID="auIEContainer">')
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<over_sound.length;i++)
Str += "<EMBED SRC='"+over_sound[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.auIEContainer:auEmb;
auCon.control = auCtrl;
}
function auCtrl(whSound,play) {
if (IE) this.src = play? over_sound[whSound]:'';
else eval("this.document.embeds[whSound]." + (play? "play()":"stop()"))
}
function wavEffect(whSound) { if (window.auCon) auCon.control(whSound,true); }
function stopSound(whSound) { if (window.auCon) auCon.control(whSound,false); }
//-->
</script>
아래의 소스를 와
<p>사이에 넣어주세요.
<!--아래와 같이 하이퍼 링크 태그안에 onMouseover 와 onMouseout 이벤트핸들러를 추가합니다.-->
<a href="http://www.tmuzclan.wo.to" target="_blank" OnMouseOut="stopSound(0)" OnMouseOver="wavEffect(0)">
MuzClan 화이팅!!</a><a href="http://www.tmuzclan.wo.to" target="_blank" onMouseover="wavEffect(0)"
onMouseout="stopSound(0)">^^</a></body>
이번 중간고사를 무사히!
댓글 7
-
김민환
2007.04.08 21:37
-
에띠안베레
2007.04.23 11:36
댓글 달자~~훠이 -
fkgxdk
2007.05.03 01:41
오오 잘 되네요 감사^^ -
이해용
2007.07.11 21:41
대단하시네요...직접코딩하신거 같은데 나이 어리신데 대단하십니다 ㅜㅜ 부러워요
소스 대충은 이해가 가는데요 ? 는 무슨뜻인가여?? 까먹어서...
if (IE) this.src = play? over_sound[whSound]:'+ '';
여기에 들가는 ? 요.... -
김낙향
2007.08.14 01:49
if (IE) this.src = play? over_sound[whSound]:'';
여기서
play ? over_sound[whSound] : '' <== 조건연산자라고 부르죠
조건 ? A : B
조건이 맞으면 A
조건이 틀리면 B -
강준구334
2007.08.18 16:50
sample도 주셨음 좋겟죠... ㅜㅜ
-
santoky001
2007.11.24 09:50
와우... 제가 초딩 5학년인데 중1에도 불구하시고 그쯤이나 하시다니 대단합니당 ㅋㅋ 저도 홈피 구축하고있어여 ㅋㅋ
제목 | 글쓴이 | 날짜 |
---|---|---|
동적 테이블 (행추가, 특정행 삭제) | Juny. | 2008.02.20 |
자신의 홈페이지에 (검색,사전,로또,주식) 통합버전을 넣어보자. [3] | Rising.kr | 2008.01.21 |
자신의 홈피에 통합 검색 순위 (검색어, 음악, 영화, 도서)를 달아보자. [1] | Rising.kr | 2008.01.21 |
자신의 홈피에 날씨를 달아보자. [2] | Rising.kr | 2008.01.21 |
Javascript 달력 - 거트 캘린더 [4] | 강세임 | 2008.01.10 |
간단한 Ajax 메모 [1] | 엔시™ | 2007.12.31 |
프린트소스 인데요.. [1] | 이영훈346 | 2007.12.12 |
배열 활용하기(초급) | 예뜨락 | 2007.12.03 |
링크 클릭시 점선 → 링크, 이미지, form 태그 동시 적용 [2] | 펠릭스 | 2007.11.28 |
스크립트 객체로 AJAX 구현하기 [12] | nextini | 2007.08.20 |
웬 소리가????(하이퍼링크 효과음) [7] | 김민환 | 2007.04.08 |
간단한 검색 창입니다. [3] | sunholic | 2007.03.31 |
자바스크립 동영상 플레이어 2 (네이버 발췌) [4] | 이진수 | 2007.03.28 |
Light box 이용하기.. [10] | 이진수 | 2007.03.12 |
비밀번호 입력해야 해당 페이지 보이기 [3] | 이명우 | 2007.02.28 |
플레쉬 마우스 오버하면└---┘ 이런식으로 나오는 것 자바스크립트로 제어하기 | Sena㏇ | 2007.02.24 |
간단한 덧셈 뺄셈 계산 | 예뜨락 | 2007.02.14 |
슬라이딩 레이어 메뉴!! 메뉴가 상하로 따라다녀요!! [4] | TiZa | 2007.02.03 |
처음 만들어본 자바 스크립트.. 나이 알아 맞추기 [2] | 김동헌 | 2006.12.05 |
로딩 레이어 만들기 [6] | 이진수 | 2006.11.27 |
조회가 42인데;;;;