📄 index.asp
字号:
<%
Response.Expires = -1
Response.AddHeader "Pragma", "no-cache"
Response.AddHeader "Cache-Control", "no-cache, must-revalidate"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Aojie在线大头贴接口版本 演示</title>
<link href="images\table.css" rel="stylesheet" type="text/css">
<style type="text/css">
img{cursor:pointer}
.STYLE1 {font-size: 12px}
.STYLE2 {color: #FF0000}
</style>
<script language=JavaScript>
var me; //代表swf的id
//获取正确的引用
function getID(swfID) {
if (navigator.appName.indexOf("Microsoft") > -1) {
me = window[swfID];
} else {
me = document[swfID];
}
}
function Changepic(str){
me.Changepic(str);
}
function Upok(filename)
{
alert("上传成功"+filename);
me.Initial();
}
function Iniok()
{
alert("初始化成功");
}
function Inifail()
{
alert("初始化失败");
}
function Initial()
{
me.Initial();
}
function Upfail()
{
alert("文件上传失败");
}
function Capok()
{
alert("拍照结束");
}
function Capture()
{
me.Capture();
}
function Uppic(f)
{
me.Uppic(f);
}
function Showversion()
{
me.Showversion();
}
</script>
</head>
<body>
<center>
<p> </p>
<table width="789" height="441" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="17" colspan="4" valign="top"><div align="center" class="STYLE1">TFOT 在线大头贴 接口测试版 TP-I V1.0 MadeBy:自由领域-AoJie<br>
</div></td>
</tr>
<tr>
<td width="306" valign="middle">
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" border="0" width="220" height="185" id="aojietp">
<param name="movie" value="TPI1.swf">
<param name="quality" value="High">
<param name="WMode" value="Transparent">
<embed src="TPI1.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="220" height="185" name="aojietp">
</object> <br>
<input type="submit" name="Submit" value="拍照" onClick="Capture()">
<input type="submit" name="Submit2" value="上传" onClick="Uppic('uploadphoto.asp')">
<input type="submit" name="Submit3" value="显示版本信息" onClick="Showversion()">
<input type="submit" name="Submit4" value="初始化" onClick="Initial()">
<input type="submit" name="Submit4" value="相框" onClick="Changepic('image_frame/shouji/kk001.png')">
<input name="time" type="text" id="time">
<input type="submit" name="Submit42" value="延时拍摄" onClick="setTimeout('Capture()',time.value*1000)"></td>
<td width="477" colspan="3" valign="middle"><blockquote>您现在看到的只是一个演示画面,您可以查看此文件的原始代码,然后配合我们站上的<a href="http://www.tfot.net/tfdn/forum.htm" target="_blank" class="STYLE2">TFDN</a>帮助文件,便可以清楚的了解接口函数的运用</blockquote></td>
</tr>
<tr>
<td height="17" valign="top"> </td>
<td colspan="3" valign="top"> </td>
</tr>
<tr>
<td height="134" colspan="4" valign="top" class="STYLE1"><center>
注意:ASP Flash 接口版大头贴程序 <br>
QQ:6828983 傲杰<br>
官方:自由领域 <a href="http://www.tfot.net"> http://www.tfot.net</a> 论坛:<a href="http://bbs.tfot.net">http://bbs.tfot.net</a>
</center></td>
</tr>
</table>
</p>
<script language=JavaScript>
var me; //代表swf的id
//获取正确的引用
getID("aojietp");
</script>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -