묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
링크 클릭시 소리문제 문의
2005.02.05 09:11
안녕하세요....
아래 소스는 링크를 클릭시 사운드가 나오는 소스인데요 온마우스시는 되는데 온클릭시 소리가 안납니다.
그런데 href를 제거하면 온클릭시 소리가 납니다.
혹시 href 적용시에도 온클릭시 소리가 나게 할려면 어떻게 해야하나요?
<bgsound id=music loop="1"><!-- // 몇번 들려줄지 숫자를 정해주세요.-->
<script>
function bgsoundcall(str)
{
eval(str);
}
</script>
<a href="http://www.smrpc.com" onfocus='this.blur()' OnClick="bgsoundcall('music.src='camra.wma'')">■ HOME</a>
조언 좀 부탁 드립니다.
아래 소스는 링크를 클릭시 사운드가 나오는 소스인데요 온마우스시는 되는데 온클릭시 소리가 안납니다.
그런데 href를 제거하면 온클릭시 소리가 납니다.
혹시 href 적용시에도 온클릭시 소리가 나게 할려면 어떻게 해야하나요?
<bgsound id=music loop="1"><!-- // 몇번 들려줄지 숫자를 정해주세요.-->
<script>
function bgsoundcall(str)
{
eval(str);
}
</script>
<a href="http://www.smrpc.com" onfocus='this.blur()' OnClick="bgsoundcall('music.src='camra.wma'')">■ HOME</a>
조언 좀 부탁 드립니다.