묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
배경음 질문이요.
2007.12.13 01:11
메인에다 배경음 넣서 그런가
음.... 그니까 메뉴 클릭하면 소리가 안나요.
에......
어떻게 해야??
프레임셋으로 나누어서 숨길 프레임에다 배경음 넣으시면 됩니다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="{Context::getLangType()}" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<title></title>
</head>
<frameset rows="0, 1*" border="0">
<frame src="http://akirahoony.mireene.com/bgm/bgm.htm" name="bgm" noresize marginwidth="0" marginheight="0">
<frame name="control" scrolling="yes" marginwidth="0" marginheight="0" src="/zbxe/">
</frameset>
</html>
예를 들어 이런식으로... bgm이라는 숨긴 프레임을 만드시고 bgm.htm이라는 파일에다 음악 넣으시면 되네요..http://akirahoony.mireene.com 보시면 확인하실수 있습니다.