用了flash as脚本后,瑞星提示Hack.Exploit.Win32.HTML.Iframe.fio
AS脚本
onClipEvent (load)
{
function speed(num)
{
speedX = -(_root._xmouse - hx) / num;
return(speedX);
} // End of the function
function trans()
{
p = p + speed(60);
range = (p + 72) * 3.141593 / 180;
re1 = Math.sin(range) * r;
re2 = Math.cos(range) * a;
} // End of the function
function property()
{
trans();
_x = hx + re1;
_alpha = re2 + 70;
_yscale = re2 + 70;
_xscale = re2 + 70;
this.swapDepths(_alpha);
} // End of the function
hx = 495;
hy = 200;
r = 100;
a = 30;
}
onClipEvent (enterFrame)
{
property();
}
测试页面
http://www.college88.com/default.html用户系统信息:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)