网页中flash图片变换效果

发布网友 发布时间:2022-04-23 21:03

我来回答

6个回答

热心网友 时间:2022-04-26 01:43

这个不是FLASH,是一段JS代码效果,用了FLASH的壳罢了。

代码如下:

<!--焦点图开始-->
<div id="focusViwer" align="center">
<a href="http://ent.sina.com.cn/m/2006-12-17/131373202.html" target="_blank"></a> </div>

<script type="text/javascript">
<!--
var focus_width=495;
var focus_height=255;
var text_height=0;
var swf_height = focus_height+text_height;
var curhref=document.location.href; //----当前播放器所在位置

var pics='http://mallimg.sina.com.cn/pic/nindex/495-255-1.jpg|http://mallimg.sina.com.cn/pic/nindex/495-255-2.JPG|http://mallimg.sina.com.cn/pic/nindex/vv495-255.jpg';

links='http://mall.sina.com.cn/SinaHtml/html/20090421/index.html|http://mall.sina.com.cn/SinaHtml/html/mobile/mobilesale01/index.html|http://mall.sina.com.cn/zhuanti/407/index.htm';
var texts='||||';

var FocusFlash = new sinaFlash("http://image2.sina.com.cn/dy/deco/2006/0704/pixviewer1.1_009.swf", "focusflash", focus_width, swf_height, "7", "", false, "High");
FocusFlash.addParam("allowScriptAccess", "sameDomain");
FocusFlash.addParam("menu", "false");
FocusFlash.addParam("wmode", "opaque");

FocusFlash.addVariable("pics", pics);
FocusFlash.addVariable("links", links);
FocusFlash.addVariable("texts", texts);
FocusFlash.addVariable("borderwidth", focus_width);
FocusFlash.addVariable("borderheight", focus_height);
FocusFlash.addVariable("textheight", text_height);
FocusFlash.addVariable("curhref", curhref);
FocusFlash.write("focusViwer");

//-->
</script>

<!--焦点图结束-->

热心网友 时间:2022-04-26 03:01

这个只要在网页中加入相应的代码即可实现~~
代码在我空间里
标题
图片轮播代码~~

参考资料:hi.baidu.com/xyz007

热心网友 时间:2022-04-26 04:36

你可以在网站上搜一下
"flash图片切换"
这个网上有很多教程

热心网友 时间:2022-04-26 06:27

我可以发给你~!

已经发送~!~请查收!

热心网友 时间:2022-04-26 08:35

这里有一个不是flash的
看你适合不适合

参考资料:http://bbs.51js.com/viewthread.php?tid=83230

热心网友 时间:2022-04-26 11:00

如果需要帮你一下,请准备语音设备.

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com