PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

首页模块flash显示问题 [复制链接]

1#
我想在首页建立一个模块,用flash展示相片,
我的flash文件包括一个swf文件,一个xml文件,一个images文件夹存放要在flash中调用的图片,
然后我在模块中自定义插入flash文件,但是显示不出来? 请问是哪里的问题?(我把三个文件都复制到相应的文件夹下了)
分享 转发
TOP
2#

自定义代码为:
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1000" height="700">
  <param name="movie" value="15020335.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="opaque" />
  <param name="swfversion" value="8.0.35.0" />
  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
  <param name="expressinstall" value="Scripts/expressInstall.swf" />
  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
  <!--[if !IE]>-->
  <object type="application/x-shockwave-flash" data="/upload/fckeditor/2009-08/15020335.swf" width="1000" height="700">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="8.0.35.0" />
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
      <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
  </object><!--<![endif]-->
<p> </p>
TOP
3#

版主来解答一下好吗??
TOP
4#

单独作一个静态网页,放入flash ,再在首页的banner里iframe调用.
TOP
5#

系统已经内置有幻灯片功能,在js调用区那里,设置好参数,生成代码,然后添加个模块把生成的代码拷进来就可以,
TOP
6#

我也是和楼主一样的问题,flash文件包括一个swf文件,一个xml文件,一个images文件夹存放要在flash中调用的图片请问怎么解决啊?我已经搞了几天啦!
TOP
7#

最好可以说的清楚点,我是菜鸟!
TOP
8#

我是新人,刚来论坛,先熟悉下我们的环境,顶楼主下!
[url=http://www.zhucegongsi.cn]注册公司[/url]
TOP
9#

不太明白
TOP
发新话题 回复该主题