配电房土建及电气安装:这个动画怎么保存?急啊!急啊!急啊!谢谢!!!!!

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/28 03:45:35
http://www.subaru.co.jp/legacy/wo/main.swf
我想要这个整个的动画
但我保存的总是只有下面,没有上面的图画!!
大家能不能帮帮我啊!!!!

var _l1 = ["top.swf", "diary.swf", "category.swf", "gallery.swf", "enjoy.swf", "llbean.swf"];

估实际地址为:
http://www.subaru.co.jp/legacy/wo/contents/top.swf
http://www.subaru.co.jp/legacy/wo/contents/diary.swf
http://www.subaru.co.jp/legacy/wo/contents/category.swf
http://www.subaru.co.jp/legacy/wo/contents/enjoy.swf
http://www.subaru.co.jp/legacy/wo/contents/gallery.swf
http://www.subaru.co.jp/legacy/wo/contents/llbean.swf

用了一个数组,存放了载入对象

附原AS:
// Action script...

// [Action in Frame 1]
_global.Domain = new Object();
Domain.path = this;
Domain.SetContents = function (num)
{
var _l1 = ["top.swf", "diary.swf", "category.swf", "gallery.swf", "enjoy.swf", "llbean.swf"];
this.path.mBlank.loadMovie("contents/" + _l1[num]);
};
Domain.OpenHtml = function (url, type)
{
var _l1 = type;
var _l2 = url;
var _l3 = _root;
trace([_l2, _l1]);
if (_l1 == "_popup")
{
var name = "legacy_special";
var width = 658;
var height = 649;
var op = "scrollbars=1,menubar=1,resizable=1,directories=1,toolbar=1,status=1,location=1,width=" + width + ",height=" + height;
_l3.getURL("javascript:void(mami=window.open(\'" + _l2 + "\',\'" + name + "\',\'" + op + "\'))" + ";mami.focus()");
}
else if (_l1 == "_blank")
{
_l3.getURL(_l2, "_blank");
}
else if (_l1 == undefined || _l1 == "")
{
trace("body");
_l3.getURL(_l2);
}
else
{
trace("name");
_l3.getURL(_l2, _l1);
} // end if
};
Domain.GoMove = function ()
{
var _l1 = this;
_l1.path.mFooter.mFooterMenu.GoMove();
_l1.path.mSUBARULogo.GoMove();
_l1.path.mGoHome.GoMove();
};
Domain.GoHome = function ()
{
var _l1 = this;
_l1.path.mFooter.mFooterMenu.GoHome();
_l1.path.mSUBARULogo.GoHome();
_l1.path.mGoHome.GoHome();
};
FollowWindow = function ()
{
};
obj = FollowWindow.prototype = new MovieClip();
obj.onEnterFrame = function ()
{
var _l1 = this;
if (_l1.bFollow)
{
_l1.x = Math.max(800, Stage.width - 20);
}
else
{
_l1.x = 950;
} // end if
if (_l1._name == "mGoHome")
{
_l1.x = _l1.bFollow ? (23) : (-200);
} // end if
_l1._x = _l1._x + (_l1.x - _l1._x) / 4;
};
obj.GoMove = function ()
{
this.bFollow = true;
};
obj.GoHome = function ()
{
this.bFollow = false;
};

Menu = function ()
{
};
obj = Menu.prototype = new MovieClip();
obj.ID = 123;
obj.onLoad = function ()
{
this.Init();
};
obj.Init = function ()
{
var _l1 = this;
_l1.MENU_NUM = parseInt(_l1._name.substr(-1), 10);
_l1.mMenuBg.gotoAndStop(_l1.MENU_NUM);
_l1.mMenuImage.gotoAndStop(_l1.MENU_NUM);
_l1.mMenuText.gotoAndStop(_l1.MENU_NUM);
_l1.ReSet();
};
obj.ReSet = function ()
{
var _l1 = this;
_l1.onNoSelect();
_l1.mBarbutton.SetPosition(386, 4);
_l1.mThumbnailbutton.SetFollow(-30, 10);
Domain.GoHome();
};
obj.SetPosition = function (y, speed)
{
this.mBarbutton.SetPosition(y, speed);
this.mThumbnailbutton.SetFollow(-15, 10);
Domain.GoMove();
};
obj.OnMove = function ()
{
};
obj.OtherNoSelect = function ()
{
var _l2 = this;
while (_l2._parent != null)
{
var _l3 = _l2._parent;
var _l1 = _l2._parent[_l3];
if (_l1.ID == _l2.ID && _l1 != _l2)
{
_l1.onNoSelect();
_l1.SetPosition(525, 8);
} // end if
} // end while
_l2._parent.mNews.Down();
_l2.SetPosition(525, 8);
};
obj.onRollOver = obj.onDragOver = function ()
{
var _l1 = this;
if (!_l1.bSelect)
{
_l1.mBarbutton.OnOver();
_l1.mThumbnailbutton.OnOver();
}
else
{
_l1.mBarbutton.OnSelectOver();
} // end if
};
obj.onRollOut = obj.onDragOut = function ()
{
var _l1 = this;
if (!_l1.bSelect)
{
_l1.mBarbutton.OnOut();
_l1.mThumbnailbutton.OnOut();
}
else
{
_l1.mBarbutton.OnSelectOut();
} // end if
};
obj.onPress = function ()
{
var _l1 = this;
if (!_l1.bSelect)
{
_l1.bSelect = true;
_l1.OtherNoSelect();
_l1.mBarbutton.OnSelect();
_l1.mThumbnailbutton.OnSelect();
}
else
{
_l1.bSelect = true;
_l1.OtherNoSelect();
_l1.mBarbutton.OnSelect();
_l1.mThumbnailbutton.OnSelect();
} // end if
};
obj.onNoSelect = function ()
{
var _l1 = this;
if (_l1.bSelect)
{
_l1.bSelect = false;
_l1.mBarbutton.NoSelect();
_l1.mThumbnailbutton.NoSelect();
} // end if
};
GoHome = function ()
{
};
GoHome.prototype = new FollowWindow();
GoHome.prototype.onLoad = function ()
{
this.onPress();
};
GoHome.prototype.onPress = function ()
{
var _l1 = this;
_l1._parent.mMenu1.ReSet();
_l1._parent.mMenu2.ReSet();
_l1._parent.mMenu3.ReSet();
_l1._parent.mMenu4.ReSet();
_l1._parent.mMenu5.ReSet();
_l1._parent.mNews.Up();
Domain.SetContents(0);
_l1.gotoAndPlay("press");
};
GoHome.prototype.onRollOver = GoHome.prototype.onDragOver = function ()
{
this.gotoAndPlay("rollover");
};
MenuBarbutton = function ()
{
};
obj = MenuBarbutton.prototype = new MovieClip();
obj.onLoad = function ()
{
this.Init();
};
obj.onEnterFrame = function ()
{
var _l1 = this;
if (_l1.bMove && --_l1.nMoveWait < 0)
{
_l1.Move();
} // end if
};
obj.Init = function ()
{
var _l1 = this;
_l1.mBar.gotoAndStop(_l1._parent.MENU_NUM);
_l1.mText.gotoAndStop(_l1._parent.MENU_NUM);
};
obj.SetPosition = function (y, speed)
{
var _l1 = this;
_l1.nMoveWait = _l1._parent.MENU_NUM * 2;
_l1.nYpos = y;
_l1.nMoveSpeed = speed;
_l1.bMove = true;
};
obj.Update = function (y)
{
var _l1 = Math.max(0, y - this._y);
this._height = _l1;
};
obj.Move = function ()
{
var _l1 = this;
var _l2 = _l1.nYpos - _l1._y;
if (Math.abs(_l2) > 2)
{
_l1._y = _l1._y + _l2 / _l1.nMoveSpeed;
}
else
{
_l1._y = _l1.nYpos;
_l1.bMove = false;
} // end if
};
obj.OnOver = function ()
{
this.gotoAndPlay("over");
};
obj.OnOut = function ()
{
this.gotoAndPlay("out");
};
obj.OnSelect = function ()
{
this.gotoAndPlay("select");
Domain.SetContents(this._parent.MENU_NUM);
};
obj.NoSelect = function ()
{
this.gotoAndPlay("out");
};
obj.OnSelectOver = function ()
{
this.gotoAndPlay("selectover");
};
obj.OnSelectOut = function ()
{
this.gotoAndPlay("selectout");
};
MenuThumbnailbutton = function ()
{
};
obj = MenuThumbnailbutton.prototype = new MovieClip();
obj.onLoad = function ()
{
this.Init();
};
obj.onEnterFrame = function ()
{
var _l1 = this;
if (_l1.bMove)
{
_l1.Move();
} // end if
if (_l1.bSlope)
{
_l1.Slope();
} // end if
};
obj.Init = function ()
{
var _l1 = this;
if (_l1._name.substr(0, 4) != "mTop")
{
_l1.mThumbnail.gotoAndStop(_l1._parent.MENU_NUM);
_l1.SetSlope(10, 10);
_l1.bSlope = true;
}
else
{
_l1.mThumbnail.gotoAndStop(_l1._name.substr(-1));
} // end if
};
obj.Slope = function ()
{
var _l1 = this;
var _l3 = _l1.nRotation + 0.200000 - _l1._r;
_l1.vr = (_l1.vr + _l3 / 10) / 1.200000;
_l1._r = _l1._r + _l1.vr;
_l1._rotation = _l1._r;
var _l2 = _l1._parent._parent["mTopThumbnail" + _l1._parent.MENU_NUM];
_l2._rotation = _l1._rotation;
if (_l1.nRotation == 10)
{
_l2.gotoAndStop(2);
}
else
{
_l2.gotoAndStop(1);
} // end if
};
obj.Move = function ()
{
var _l1 = this;
_l1.nYpos = _l1._parent.mBarbutton._y + _l1.nMargin;
var _l2 = _l1.nYpos - _l1._y;
_l1.vy = (_l1.vy + _l2 / 10) / 1.300000;
_l1._y = _l1._y + _l1.vy;
_l1._parent._parent["mTopThumbnail" + _l1._parent.MENU_NUM]._y = _l1._y;
};
obj.SetFollow = function (margin, speed)
{
var _l1 = this;
_l1.nWait = 0;
_l1.nMargin = margin;
_l1.bMove = true;
_l1.nMoveSpeed = speed;
};
obj.SetSlope = function (r, speed)
{
var _l1 = this;
_l1.bSlope = true;
_l1.nRotation = r;
_l1.nRotationSpeed = speed;
};
obj.OnOver = function ()
{
this.gotoAndPlay("over");
this.SetSlope(0, 2);
};
obj.OnOut = function ()
{
this.gotoAndPlay("out");
this.SetSlope(10, 10);
};
obj.OnSelect = function ()
{
var _l1 = this;
_l1.gotoAndPlay("select");
_l1.SetFollow(-35, 4);
_l1.SetSlope(0, 2);
};
obj.NoSelect = function ()
{
var _l1 = this;
_l1.gotoAndPlay("out");
_l1.SetFollow(-15, 4);
_l1.SetSlope(10, 10);
};

News = function ()
{
};
obj = News.prototype = new MovieClip();
obj.onLoad = function ()
{
this.LoadNews();
this.Up();
};
obj.LoadNews = function ()
{
var _l1 = this;
_l1.newsLoadVars = new LoadVars();
_l1.newsLoadVars.path = _l1;
_l1.newsLoadVars.onLoad = function (bSuccess)
{
var _l1 = this;
if (bSuccess)
{
_l1.path.mNewsLink1.txt = _l1.news1_text;
_l1.path.mNewsLink2.txt = _l1.news2_text;
_l1.path.mNewsLink3.txt = _l1.news3_text;
_l1.path.mNewsLink4.txt = _l1.news4_text;
_l1.path.mNewsLink1.sUrl = _l1.news1_url;
_l1.path.mNewsLink2.sUrl = _l1.news2_url;
_l1.path.mNewsLink3.sUrl = _l1.news3_url;
_l1.path.mNewsLink4.sUrl = _l1.news4_url;
_l1.path.mNewsLink1.sType = _l1.news1_opentype;
_l1.path.mNewsLink2.sType = _l1.news2_opentype;
_l1.path.mNewsLink3.sType = _l1.news3_opentype;
_l1.path.mNewsLink4.sType = _l1.news4_opentype;
_l1.path.mNewsLink1.useHandCursor = _l1.news1_url != "";
_l1.path.mNewsLink2.useHandCursor = _l1.news2_url != "";
_l1.path.mNewsLink3.useHandCursor = _l1.news3_url != "";
_l1.path.mNewsLink4.useHandCursor = _l1.news4_url != "";
_l1.path.mNewsLink1.mArrow._visible = _l1.news1_url != "";
_l1.path.mNewsLink2.mArrow._visible = _l1.news2_url != "";
_l1.path.mNewsLink3.mArrow._visible = _l1.news3_url != "";
_l1.path.mNewsLink4.mArrow._visible = _l1.news4_url != "";
_l1.path.mNewsLink1._visible = true;
_l1.path.mNewsLink2._visible = true;
_l1.path.mNewsLink3._visible = true;
_l1.path.mNewsLink4._visible = true;
if (_l1.news5_url != undefined)
{
_l1.path.mMore.url = _l1.news5_url;
_l1.path.mMore.text = _l1.news5_text;
_l1.path.mMore.sType = _l1.news5_opentype;
_l1.path.mMore._visible = true;
_l1.path.mMore.onRollOver = _l1.path.mMore.onDragOver = function ()
{
this.gotoAndPlay("over");
};
_l1.path.mMore.onRollOut = _l1.path.mMore.onDragOut = function ()
{
this.gotoAndPlay("out");
};
_l1.path.mMore.onPress = function ()
{
var _l1 = this;
_l1.gotoAndPlay("press");
Domain.OpenHtml(_l1.url, _l1.sType);
};
}
else
{
_l1.path.mMore._visible = false;
} // end if

} // end if
};
_l1.mNewsLink1._visible = false;
_l1.mNewsLink2._visible = false;
_l1.mNewsLink3._visible = false;
_l1.mNewsLink4._visible = false;
_l1.newsLoadVars.load("contents/news.ini");
};
obj.Down = function ()
{
var _l1 = this;
_l1.y = 544;
_l1.nMoveSpeed = 4;
_l1.nWait = 0;
};
obj.Up = function ()
{
var _l1 = this;
_l1.y = 405;
_l1.nMoveSpeed = 8;
_l1.nWait = 14;
};
obj.onEnterFrame = function ()
{
var _l1 = this;
if (_l1._y != _l1.y && --_l1.nWait < 0)
{
_l1.Move();
} // end if
};
obj.Move = function ()
{
var _l1 = this;
var _l2 = _l1.y - _l1._y;
if (Math.abs(_l2) > 1)
{
_l1._y = _l1._y + _l2 / _l1.nMoveSpeed;
}
else
{
_l1._y = _l1.y;
} // end if
};
LinksLinkButton = function ()
{
};
obj = LinksLinkButton.prototype = new LinkButton();
obj.onLoad = function ()
{
super.onLoad();
this.mLinksLinkText.gotoAndStop(this._name.substr(-1));
};

LinkButton = function ()
{
};
obj = LinkButton.prototype = new MovieClip();
obj.onLoad = function ()
{
this.gotoAndStop(1);
};
obj.onRollOver = obj.onDragOver = function ()
{
if (this.sUrl != "")
{
this.gotoAndPlay("rollover");
} // end if
};
obj.onRollOut = obj.onDragOut = function ()
{
if (this.sUrl != "")
{
this.gotoAndPlay("rollout");
} // end if
};
obj.onPress = function ()
{
if (this.sUrl != "")
{
this.gotoAndPlay("press");
} // end if
};
obj.onRelease = function ()
{
var _l1 = this;
if (_l1.sUrl != "")
{
_l1.gotoAndPlay("release");
if (_l1.sUrl == undefined)
{
_l1.sUrl = _l1._name;
} // end if
if (_l1.sType == undefined)
{
_l1.sType = "";
} // end if
Domain.OpenHTML(_l1.sUrl, _l1.sType);
} // end if
};
FooterMenu = function ()
{
};
obj = FooterMenu.prototype = new FollowWindow();
SUBARULogo = function ()
{
};
obj = SUBARULogo.prototype = new FollowWindow();
NewsLinkButton = function ()
{
};
obj = NewsLinkButton.prototype = new LinkButton();

// [Action in Frame 2]
this.onEnterFrame = function ()
{
var _l2 = this;
if (++_l2.nLoadingWait > 10)
{
var l = _l2.getBytesLoaded();
var _l3 = _l2.getBytesTotal();
var _l1 = l / _l3 * 100;
if (typeof(_l1) == "number" && isNaN(_l1))
{
_l1 = 0;
} // end if
_l2.sProgress = "LOADING NAVIGATION " + Math.floor(_l1) + "%";
if (_l1 == 100)
{
_l2.onEnterFrame = undefined;
_l2.play();
} // end if
} // end if
};
this.stop();

// [Action in Frame 10]
this.stop();

我看了。
没有动画啊,只有一张车子的说……
哪来的动画?
你的意思我没弄清楚~~
另外,你说的这个是FLSAH,用FLASH GET可以下载的,试试吧……
祝你成功~~

只有一种可能,在flash中设置此图片为外部图片调用!

楼上够专业