asp结合swf外调代码

简介: loadVariables("chen.asp", "");System.useCodepage = true;stop ();滚动条代码:onClipEvent (load){    a = 250;    tx = this.

loadVariables("chen.asp", "");
System.useCodepage = true;
stop ();
滚动条代码:
onClipEvent (load)
{
    a = 250;
    tx = this._x;
    ty = this._y;
    ty1 = this._y + a;
}
onClipEvent (enterFrame)
{
    _root.chen.scroll = int(_root.chen.maxscroll * (this._y - ty) / a);
}
on (press)
{
    startDrag (this, true, tx, ty, tx, ty1);
}
on (release, releaseOutside)
{
    stopDrag ();
}

目录
相关文章
|
12月前
|
开发框架 .NET Apache
301重定向代码合集(iis,asp,php,asp.net,apache)
301重定向代码合集(iis,asp,php,asp.net,apache)
278 0
|
前端开发 .NET 开发框架