노프레임에서 배경음악이 돌림노래로 한번 두번 계속 그래요 ㅠㅠ 정보
노프레임에서 배경음악이 돌림노래로 한번 두번 계속 그래요 ㅠㅠ본문
노프레임에서 배경음악이 돌림노래로 한번 두번 계속 그래요 ㅠㅠ
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>홈페이지제목</title>
</head>
<frameset rows="0,*" frameborder="NO" border="0" framespacing="0">
<frame name='bgm' src='../bgm.htm' scrolling="NO" noresize>
<frame name='main' src='index.php'>
</frameset><noframes></noframes>
<body>
</body></noframes>
</html>
bgm.htm 소스는요
<embed src="../menu/1.mp3" autostart="true" hidden="true" loop="true">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>홈페이지제목</title>
</head>
<frameset rows="0,*" frameborder="NO" border="0" framespacing="0">
<frame name='bgm' src='../bgm.htm' scrolling="NO" noresize>
<frame name='main' src='index.php'>
</frameset><noframes></noframes>
<body>
</body></noframes>
</html>
bgm.htm 소스는요
<embed src="../menu/1.mp3" autostart="true" hidden="true" loop="true">
댓글 전체
혹시 index.php페이지에서 사용하는 링크가 _self나 프레임 이름인 main이 아니라 _top이나 _parent로 지정이 된것은 아닌지 확인해보세요.