<html>
<head>
<title>동영상과 자막 같이 보이고 플레이어도 보이기</title>
</head>

<body marginheight="0"  marginwidth="0" leftmargin="0" rightmargin="0" topmargin="0" oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
<table align="center" cellpadding="0" cellspacing="0" bgcolor="black">
    <tr>
        <td width="320" height="6">
            <p style="line-height:100%; margin-top:0; margin-bottom:0;" align="center"><font color="yellow"><b><span style="font-size:8pt;">AniPlay
            Ani Player Ver2.0</span></b></font></p>
        </td>
    </tr>
</table>
<p style="line-height:100%; margin-top:0; margin-bottom:0;" align="center">
<OBJECT ID="Player1" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
        codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
        standby="Loading Microsoft Windows Media Player components..."
        type="application/x-oleobject" width="320" height="240">
        <param name="Filename" VALUE="mmst://media.realog.net/movie/D03/SD02/jhy5337/movie/13040.wmv">
        <param name="ShowStatusBar" value="true">
        <param name="ShowControls" value="false">
        <param name="EnableContextMenu" value="false">
        <param name="Autostart" value="true">
</OBJECT>
</p>
<center>

<table bgcolor=#000000 width=320 height=50 cellspacing=0 cellpadding=0 border=0><tr><td id="fb24" style="margin-left:8pt; margin-right:8pt; margin-bottom:2pt; margin-top:2pt; text-align:center; color:white; font-family:굴림,sans-serif; font-size:12pt; font-weight:bold; background-color:black;"></td></tr></table>

<table width="320" cellspacing=0 cellpadding=0 border=0 bgcolor="black">
<tr align=right>
        <td align=center><INPUT TYPE="image" src="http://jhy5337.nahome.org/aniplay/player/img/play.gif" OnClick="StartMeUp();" onfocus='this.blur();' width="15" height="14"><INPUT TYPE="image" src="http://jhy5337.nahome.org/aniplay/player/img/estop.gif" OnClick="ShowPause()" onfocus='this.blur();' width="15" height="14"><INPUT TYPE="image" src="http://jhy5337.nahome.org/aniplay/player/img/stop.gif" OnClick="ShutMeDown()" onfocus='this.blur();' width="15" height="14"></td>

        <td width=20><INPUT TYPE="checkbox" ID=MUTE onClick="Player1.mute = MUTE.checked;" onfocus='this.blur();'></td>
        <td align="left"><img src=http://jhy5337.nahome.org/aniplay/player/img/nosound.gif></td>
        <td align="right"><a OnClick="VolUp()" onfocus='this.blur();' style='cursor:hand;'><img src="http://jhy5337.nahome.org/aniplay/player/img/soundup.gif" border=0 alt='크게'></a></td>
        <td align="left"><a OnClick="VolDown()" onfocus='this.blur();' style='cursor:hand;'><img src="http://jhy5337.nahome.org/aniplay/player/img/sounddown.gif" border=0 alt='작게'></a></td>
        </td>
</tr>
</form>
</table>
</center>

<SCRIPT>
<!--

function keypressed() {
if( event.keyCode == 122){  
        window.close();
}
if( event.keyCode ) {
event.returnValue = false;
}
}

document.onkeydown=keypressed;

       
        Player1.SAMIFileName = "http://jhy5337.nahome.org/209.smi"

        Player1.Volume = -1000

        Player1.CaptioningID = "fb24"
        //Player1.SAMILang = "Korean"

        //self.resizeBy(580,590);
        //Roof()

function StartMeUp ()
{
        Player1.play();        
}

function ShutMeDown ()
{
    Player1.stop();
}

function ShowPause ()
{
    Player1.Pause();
}

function select_url1() {
        var item = window.document.gocgi1.gourl1.selectedIndex;
        choice = window.document.gocgi1.gourl1.options[item].value;
        if (choice!="x") window.document.location.href=choice;
}

function VolUp()
{
    Player1.volume = Player1.volume + 100;
        VolumeStatus()
}

function VolDown()
{
    Player1.volume = Player1.volume - 100;
        VolumeStatus()
}

function VolumeStatus()
{
        if (Player1.volume == 0){
        alert("볼륨을 최대로 올렸습니다!");
        }
        if (Player1.volume == -3000){
        alert("볼륨을 최대로 줄였습니다!");
        }
}

function ShowForward ()
{
    Player1.currentPosition = Player1.currentPosition + 10;
}

function ShowReverse()
{
    Player1.currentPosition = Player1.currentPosition - 10;
}
-->
</SCRIPT>

</body>
</html>
Posted by 알 수 없는 사용자
,