싸이월드 홈피에서 배경음악듣기
Posted: 2004 12 11 21:39 28
싸이 홈피에 가면 배경음악이 흘러나오잖아요
그게 안나오네요
곡명도 안뜨고요
IE로 띄우면 확실히 되는데 말이죠
어떻게 ㅤㅅㅔㅌ이해야하나요?
그게 안나오네요
곡명도 안뜨고요
IE로 띄우면 확실히 되는데 말이죠
어떻게 ㅤㅅㅔㅌ이해야하나요?
Code: Select all
<input type="text" name="load_ck" value="0">
<input type="text" name="load_ck2" value="0">
<HTML>
<HEAD>
<script language="javascript">
// 리스트 가져오기
function bg_music_set() {
window.open('/pims/main/pims_backmusic_set.asp?tid='+20873074+'&domain=','bgmusic_20873074','height=300,width=310,scrollbars=no,resizable=no');
}
function closed() {
window.close();
setTimeout('closed()',100);
}
function imageBanner() {
obj = document.all("Player");
try {
obj.AutoStart=1;
obj.PlayCount=0;
obj.Play();
} catch(e) {
}
}
var empTime;
function entryInfo() {
if ((document.all.load_ck.value=="1")) {
obj = document.all("Player");
if ((obj!=null)&&(obj.PlayState!=0)) {
songtitle = obj.GetMediaInfoString(8) ;
songwriter = obj.GetMediaInfoString(9) ;
if (songtitle.indexOf("(") > 1) { // 2를 1로 바꿈( "("가 하나 이상이면 자름) - 2004.05.31
songtitle = songtitle.substr(0, songtitle.indexOf("("));
}
// if (songtitle.length > 10) { songtitle= songtitle.substr(0,9) + '..' ;}
try {
if (parent.minihp_main.main_inside.document!=null) {
if (parent.minihp_main.main_inside.document.all.song_nm != null ) {
parent.minihp_main.main_inside.document.all.song_nm.innerHTML = " <marquee name=music_mar DIRECTION=left scrollamount=2 width=85 height=2>"+ songtitle +" - "+ songwriter +"</marquee>";
}
}
} catch(e) {
}
clearTimeout(empTime) ;
document.all.load_ck2.value=1;
}
} else {
empTime = setTimeout('entryInfo()',1000);
}
}
</script>
<SCRIPT FOR='Player' EVENT='PlayStateChange(lOldState, lNewState)' LANGUAGE='JScript'>
entryInfo();
</SCRIPT>
</HEAD>
<BODY onload="javascript:imageBanner();" bgproperties="fixed" oncontextmenu="return true" ondragstart="return false" onselectstart="return false" >
<OBJECT classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 id='Player' name=Player
standby='Loading StoneRadio Music Player...' type='application/x-oleobject' height=0 width=0>
<PARAM NAME='FileName' VALUE="http://charge-music-asx.musiccity.co.kr/index.html?service_code=43130383737323031313C76393530313E25393539393E29383539393E2833363130313E2133323731313C746C627F6779736&isLimit=0">
<PARAM NAME=ShowControls VALUE=0>
<PARAM NAME=ShowGotoBar VALUE=0>
<PARAM NAME=ShowStatusBar VALUE=-1>
<PARAM NAME=ControlType VALUE=2>
<PARAM NAME=AutoStart value=0>
<PARAM NAME=ShowDisplay value=-1>
<PARAM NAME=DisplayBackColor VALUE=16777215>
<PARAM NAME=DisplayForeColor VALUE=0>
<PARAM NAME=Enabled VALUE=ture>
<PARAM NAME=EnableContextMenu Value=true>
<PARAM NAME=Volume value=0>
<PARAM NAME=BufferingTime value=8>
<Embed type='application/x-mplayer2' pluginspage='http://www.microsoft.com/windows/mediaplayer/download/default.asp' FileName=""
Name='Player'
width=0
height=0
SHOWSTATUSBAR=-1
SHOWCONTROLS=0
SHOWGOTOBAR=0
SHOWDISPLAY=-1
INVOKEURLS=-1
AUTOSTART=1
CLICKTOPLAY=0
DisplayBackColor=16777215
DisplayForeColor=0>
</Embed>
</OBJECT>
</BODY>
</HTML>
Code: Select all
<OBJECT classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 id='Player' name=Player
standby='Loading StoneRadio Music Player...' type='application/x-oleobject' height=0 width=0>
<PARAM NAME='FileName' VALUE="http://charge-music-asx.musiccity.co.kr/index.html?service_code=43130383737323031313C76393530313E25393539393E29383539393E2833363130313E2133323731313C746C627F6779736&isLimit=0">
김오타님처럼, IE의 보안문제 때문에 IE기반의 제3자 브라우저를 사용하고자 한다면, 도구>확장기능을 클릭해서 IE View를 2회 클릭하여 [IE Location:IE 위치지정]에서 Find(찾기)를 클릭하여 제3자 브라우저를 지정해주면 됩니다.김오타 wrote:저는 둘다 같이 씁니다.
불여우를 메인으로, IE View에 Avant를 연결해서 쓰고 있지요.
(축구로 따지면 투톱이군요. 불여우는 스트라이커, Avant는 쉐도우 스트라이커 -_-;)