复制代码 代码如下:
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>flash download</title>
</head>
<body>
<object id="movie" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="750" height="563" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http:///go/getflashplayer" />
</object><br>
<button onClick="alert(movie.PercentLoaded()==100 ? '下载完成' : '已经下载百分比: ' + movie.PercentLoaded())">PercentLoaded</button>
</body>
</html>
