Flash地图
效果查看地址
var reurl = this._url.split("map.swf")[0];
var filename = "mapxml.xml";
分别对应
map.swf和mapxml.xml这两个文件名即可
mapmc.onEnterFrame = function ()
{
if (this.pauseMove)
{
return;
} // end if
if (this.opened)
{
this._x = int(this._x + (540 - _root._xmouse - this._x) / 20);
this._y = int(this._y + (300 - _root._ymouse - this._y) / 20);
}
else
{
this._x = int(this._x + (270 - this._x) / 20);
this._y = int(this._y + (150 - this._y) / 20);
} // end else if
};
注:需要注意的是,
540和300分别是场景的宽和高,下面270和150是场景的一半,一般设为这个比例即可,其它元件和文字的放大缩小的参数就不一一列出来了,在代码里修改即可
最后附上下载文件
{PE.SiteConfig.ApplicationPath/}{PE.SiteConfig.uploaddir/}/Article/201111/201111301037397722.rar
用户登录
还没有账号?
立即注册