ECShop 网上商店系统支持论坛's Archiver

hellobin 发表于 2008-5-23 18:59

请问Orange首页的Flash图片大小?

如题,我想问一下Orange首页的Flash的图片大小?谢谢

oioishop 发表于 2008-5-24 01:55

INDEX.DWT可看

97buy.com 发表于 2008-5-24 10:43

其实后台FLASH管理里就可以看到吧

yuxon 发表于 2008-5-24 11:49

?何解~~~~~~~~~~~~~~~

hellobin 发表于 2008-5-26 02:20

回复 #3 97buy.com 的帖子

找到了,在后台的FLASH播放器里有提示。感谢!!

失落的大地 发表于 2008-5-26 16:01

回复 #1 hellobin 的帖子

打开index.dwt 查找到如下代码段(下面代码段中的 var swf_width=770; var swf_height=260;就是flash的大小尺寸):
<script type="text/javascript">

      var swf_width=770;
      var swf_height=260;
      // 0xffffff:文字颜色|1:文字位置|0x0066ff:文字背景颜色|60:文字背景透明度|0xffffff:按键文字颜色|0x0066ff:按键默认颜色|0x000033:按键当前颜色|8:自动播放时间(秒)|2:图片过渡效果|1:是否显示按钮|_blank:打开窗口
      var swf_config = "|2|||0xFFFFFF|0xFF6600||4|3|1|_self"

      document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
      document.write('<param name="movie" value="data/images/bcastr.swf?bcastr_xml_url=cycle_image.php"><param name="quality" value="high">');
      document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
      document.write('<param name="FlashVars" value="bcastr_config='+swf_config+'">');
      document.write('<embed src="data/images/bcastr.swf?bcastr_xml_url=cycle_image.php" wmode="opaque" FlashVars="bcastr_config='+swf_config+'" menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
      document.write('</object>');

      </script>

hellobin 发表于 2008-5-28 17:28

回复 #6 wangjianxi 的帖子

明白了,谢谢!:victory:

9zh 发表于 2008-10-4 08:01

回复 6# wangjianxi 的帖子

谢谢指点,不错!

页: [1]

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.