嵌入Flash动画
1
<OBJECT codeBase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
2
height="100" width="100" align="right" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
3
VIEWASTEXT>
4
<PARAM NAME="_cx" VALUE="2646">
5
<PARAM NAME="_cy" VALUE="2646">
6
<PARAM NAME="FlashVars" VALUE="">
7
<PARAM NAME="Movie" VALUE="../Images/Clock.swf">
8
<PARAM NAME="Src" VALUE="../Images/Clock.swf">
9
<PARAM NAME="WMode" VALUE="Transparent">
10
<PARAM NAME="Play" VALUE="-1">
11
<PARAM NAME="Loop" VALUE="-1">
12
<PARAM NAME="Quality" VALUE="High">
13
<PARAM NAME="SAlign" VALUE="">
14
<PARAM NAME="Menu" VALUE="-1">
15
<PARAM NAME="Base" VALUE="">
16
<PARAM NAME="AllowScriptAccess" VALUE="sameDomain">
17
<PARAM NAME="Scale" VALUE="ShowAll">
18
<PARAM NAME="DeviceFont" VALUE="0">
19
<PARAM NAME="EmbedMovie" VALUE="0">
20
<PARAM NAME="BGColor" VALUE="FFFFFF">
21
<PARAM NAME="SWRemote" VALUE="">
22
<PARAM NAME="MovieData" VALUE="">
23
<PARAM NAME="SeamlessTabbing" VALUE="1">
24
<embed src="../Images/Clock.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="100"
25
height="100" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
26
pluginspage="http://www.macromedia.com/go/getflashplayer" />
27
</OBJECT>

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
