http://www.zbird.com/experience/index/location/shanghai
 我想把页面正中央里,上海体验中心FALSH播放那个图片换成自己店铺的,但是我找它的图片存放位置却没找到,希望高手能帮忙看一下,和这块FALSH相关的页面源文件里的代码为
<html>
<head>
<script language="JavaScript" type="text/javascript" src="http://res.zbird.cn/js/swf.js"> </script> 
</head> 
<body> 
<div id="expFlashContent" class="floatL" style="width:765"> 
<div class="floatL"> 
<div class="floatL" style="width:550px; height:270px"> 
<script type="text/javascript" language="JavaScript"> 
makeSWF('ExperiencePageFocusShower','http://img.zbird.cn/ww2/experience/360/main_shanghai.swf',{ 
FlashVars:'prefixurl= http://img.zbird.cn/ww2/experience/360/flash/', 
wmode: 'transparent', 
scale: 'noScale', 
quality: 'high', 
bgcolor: null, 
width : 550, 
height : 270 
}); 
</script> 
</div> 
</div> 
</div> 
</body> 
</html> 
里面的http://res.zbird.cn/js/swf.js可以下载下来,求助高手帮帮忙~~~~