<html>
<title></title>
</head>
<script language="JavaScript">
function reSize() {
    try {
        var objBody = auto_iframe.document.body;
        var objFrame = document.all["auto_iframe"];
        ifrmHeight = objBody.scrollHeight + (objBody.offsetHeight - objBody.clientHeight);
        objFrame.style.height = ifrmHeight;
    }
        catch(e) {}
}

function init_iframe() {
    reSize();
    setTimeout('init_iframe()',1)
}

init_iframe();
</script>

<body>

<iframe src="http://music24.kr/aquamp/zskin_clean_aqua.html" width="800" height="30"
 scrolling="no" border="0" frameborder="0" ALLOWTRANSPARENCY="true"></iframe>

<iframe src="I:\hosting\jang\bbs" frameborder="0" width="100%" allowTransparency="true"
name="auto_iframe" id="auto_iframe" marginwidth="0" marginheight="0" scrolling="no"
allowtransparency="true" border="0" frameborder="0" ALLOWTRANSPARENCY="true"></iframe>

 

</body>
</head>
</html>

이대로하니깐 오류가 나더라고요  팁게시판에 오xx님이 올리신건데..

계속 페이지랑 같이 움직이니깐 mp3가 밀리거나 속도가 느리고 노래가 두번겹쳐나올때도잇어요 ㅠ.ㅠ

백성찬님이 알려주신 아래에 링크는 약간 디자인적으로 문제가 생겨서..

아이프레임으로 하는방법은없을가요..?