-
Notifications
You must be signed in to change notification settings - Fork 1
/
1-3swf.htm
27 lines (26 loc) · 1.04 KB
/
1-3swf.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>向左轉向右轉</title>
<style type="text/css">
<!--
body {
background-color: #1E053A;
margin-top: 0px;
}
.style2 {color: #CCCCCC}
-->
</style></head>
<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="600" title="大家來找碴">
<param name="movie" value="flash/3-1.swf" />
<param name="quality" value="high" />
<embed src="flash/3-1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="600"></embed>
</object></td>
</tr>
</table>
</body>
</html>