묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
[긴급질문] 배경음악 넣는 방법 wma가 안되는 이유 ?
2002.06.02 00:13
배경음악 넣는
<head>
<bgsound src="bgsound/1.wma" loop="-1">
</head>
또는
<body>
<embed src="bgsound/1.wma" loop="-1" hidden="true">
</body>
를 사용하는데....
1.mid 를 쓰면 되는데, 이상하게 wma는 안되는군요.
그런데, 제 컴퓨터에서 하면 잘 되거든요.
이건 어떤 이유에서 일까요 ?
<head>
<bgsound src="bgsound/1.wma" loop="-1">
</head>
또는
<body>
<embed src="bgsound/1.wma" loop="-1" hidden="true">
</body>
를 사용하는데....
1.mid 를 쓰면 되는데, 이상하게 wma는 안되는군요.
그런데, 제 컴퓨터에서 하면 잘 되거든요.
이건 어떤 이유에서 일까요 ?