⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 fms视频开发会议系统
💻 HTML
字号:
<!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="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>helloVideo! Application</title>
</head>
<body bgcolor="#ffffff">
<h1>Hello Video!</h1>
<p> 
  <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="480" id="helloVideoClient" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="helloVideoClient.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <embed src="helloVideoClient.swf" quality="high" bgcolor="#ffffff" width="320" height="480" name="helloVideoClient" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
  </object>
</p>
<h2>Installation Instructions</h2>
<p>These installation instructions are for installation on a single test system 
  running the development version of the Flash Communication Server. The application 
  is not intended for production because it is a simple sample program that allows 
  anonymous connections.</p>
<p>This zip file contains the following files that should be placed in the following 
  locations:</p>
<ul>
  <li>main.asc - in the ...applications/helloVideo directory</li>
  <li>index.html, helloVideoClient.swf, and helloVideo.fla files can be placed 
    anywhere and run directly from the desktop.</li>
</ul>
<p>&nbsp; </p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -