asp结合swf外调代码

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 ();
}

posted @ 2009-06-15 12:52  y0umer  阅读(114)  评论(0编辑  收藏  举报