﻿$TTFlash에서 FSCommand 사용하기
$DS
HTML에 Adobe Flash 동영상를 표시합니다.FSCommand 및 JavaScript에 대한 지원을 포함시킵니다.
$DF

<!-- saved from url=(0013)about:internet -->
<!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" xml:lang="ko" lang="ko">
<head>
$CS
<title>$TI</title>
</head>
<body bgcolor="$BG">
<script language="JavaScript">
<!--
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Flash 동영상의 모든 FSCommand 메시지를 처리합니다.
function $TI_DoFSCommand(command, args) {
	var $TIObj = isInternetExplorer ? document.all.$TI : document.$TI;
	//
	// 여기에 사용자 자신의 코드를 입력하십시오.
	//
}
// Internet Explorer에 연결되는 지점
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub $TI_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call $TI_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
//-->
</script>
<!--동영상에서 사용된 UR-->
$MU
<!--동영상에서 사용된 텍스트-->
$MT
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=$FV,$JR,$NR,0" id="$TI" width="$WI" height="$HE" align="$HA">
<param name="allowScriptAccess" value="sameDomain" />
$PO
<embed $PEwidth="$WI" height="$HE" swLiveConnect=true id="$TI" name="$TI" align="$HA" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer_kr" />
</object>
</body>
</html>
