//支持as3.0 flashplayer9
//支持xml和js两种加载模式
//支持10种效果切换
//支持随机播放和顺序播放
//支持自定义网站链接,在本窗口、上层窗口和新窗口打开
//支持自定义mp3随机播放、间隔随机播放、顺序播放
//支持颜色、背景、矩形、时间、透明度、加载
//支持jpg gif png swf
//支持屏闭搜索引擎
//支持本地和远程访问
//支持ie6 7 8 9 10 firefox chrome 傲游 360 TT全部浏览器
使用方法如下:
一、环境要求:
flashplayer9及以上运行,在浏览器运行。
二、flash幻灯片目录结构:
_______________________________
根目录
images/
index.html
swap12.html
robots.txt
_______________________________
images/目录
swap12/
bg.jpg
bg_front.png
_______________________________
swap12/目录
flashpic
xml
swap12.swf
swap12_logo.swf
swap12_logoa.swf
swap12_logob.swf
swap12_logoc.swf
swap12_logod.swf
_______________________________
flashpic/目录下是图片和swf可视文件
xml/目录下是xml文件
三、配置xml文件及参数:
images/swap12/xml/目录下
有swap12.xml等几个文件
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 | <html6game> <setup path="flashpic/" > <imgHeight>190</imgHeight> <!-- 图像高度(图片) --> <imgWidth>375</imgWidth> <!-- 图像宽度(图片) --> <thumbHeight>30</thumbHeight> <!-- 缩略图高度(图片) --> <thumbWidth>40</thumbWidth> <!-- 缩略图宽度(图片) --> <autoPlay>4</autoPlay> <!-- 自动播放时间0-96 --> <backgroundBorder>8</backgroundBorder> <!-- 背景的矩形宽度 --> <bgColor>#333333</bgColor> <!-- 背景矩形颜色 --> <thumbActiveColor>#FF0000</thumbActiveColor> <!-- 点击缩略图的彩色 --> <thumbColor>#999999</thumbColor> <!-- 缩略图颜色 --> <thumbRollColor>#16776960</thumbRollColor> <!-- 轮廓滚动的颜色 --> <backgroundCorner>15</backgroundCorner> <!-- 背景矩形的角半径 --> <imgCorner>6</imgCorner> <!-- 主要图像的角半径 --> <thumbCorner>8</thumbCorner> <!-- 缩略图的角半径 --> <thumbMaskCorner>8</thumbMaskCorner> <!-- 缩图遮罩的角半径 --> <scrollSpeed>4</scrollSpeed> <!-- 缩略图滑动时的速度 --> <showLoader>true</showLoader> <!-- 定义是否显示加载动画。默认的是真的 --> <thumbSpace>4</thumbSpace> <!-- 在像素之间的距离的缩略图 --> <thumbRowGap>10</thumbRowGap> <!--缩略图和图像的距离--> <thumbAlpha>0.5</thumbAlpha> <!-- 缩略图透明度值0-1之间 --> <thumbBorder>2</thumbBorder> <!-- 缩略图边框宽度 --> <thumbPosition>right</thumbPosition> <!-- 缩略图相对于主图像的区域,左left,右right,顶部top或底部bottom --> <transitionSpeed>1</transitionSpeed> <!-- 切换效果的速度0-100 --> <transitionType>blur</transitionType> <!-- 点击缩略图时图像切换的效果,共10种:blur fade zoom squeeze pixeldissolve blinds wipe iris photo fly --> <stopAutoOnClick>false</stopAutoOnClick> <!-- 点击缩略图后是否停止自动循环图像false true --> <randomImages>false</randomImages> <!-- 是否随机顺序显示图像。如果设置为false,图像将按顺序显示,设置true,则随机显示图像 --> <loopImages>true</loopImages> <!-- 是否一直循环播放全部图像false true --> </setup> <item> <thumb>001a.swf</thumb> <img>001.swf</img> <caption>载入swf flash by html6game swf_001</caption> </item> <item> <thumb>1a.jpg</thumb> <img>1.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game</caption> <imgLink>http://html6game.com</imgLink> </item> <item> <thumb>2a.jpg</thumb> <img>2.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM01</caption> <imgLink>http://www.sina.com</imgLink> </item> <item> <thumb>3a.jpg</thumb> <img>3.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第3张</caption> <imgLink>http://www.qq.com</imgLink> </item> <item> <thumb>4a.jpg</thumb> <img>4.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第4张</caption> <imgLink>http://www.sohu.com</imgLink> </item> <item> <thumb>002a.swf</thumb> <img>002.swf</img> <caption>载入swf flash by html6game swf_001</caption> </item> <item> <thumb>5a.jpg</thumb> <img>5.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第5张</caption> <imgLink>http://www.tom.com</imgLink> </item> <item> <thumb>6a.jpg</thumb> <img>6.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第6张</caption> <imgLink>http://www.zol.com.cn</imgLink> </item> <item> <thumb>7a.jpg</thumb> <img>7.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第7张</caption> <imgLink>http://www.cctv.com.cn</imgLink> </item> <item> <thumb>8a.jpg</thumb> <img>8.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第8张</caption> </item> <item> <thumb>003a.swf</thumb> <img>003.swf</img> <caption>载入swf flash by html6game swf_001</caption> </item> <item> <thumb>9a.jpg</thumb> <img>9.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第9张</caption> <imgLink>http://html6game.com</imgLink> </item> <item> <thumb>10a.jpg</thumb> <img>10.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第10@^)^张</caption> </item> <item> <thumb>11a.jpg</thumb> <img>11.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第11张</caption> <imgLink>http://html6game.com</imgLink> </item> <item> <thumb>12a.jpg</thumb> <img>12.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第12张^_^</caption> </item> <item> <thumb>13a.jpg</thumb> <img>13.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第13张</caption> </item> <item> <thumb>004a.swf</thumb> <img>004.swf</img> <caption>载入swf flash by html6game swf_001</caption> </item> <item> <thumb>14a.jpg</thumb> <img>14.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第14张</caption> </item> <item> <thumb>15a.jpg</thumb> <img>15.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第15张</caption> </item> <item> <thumb>16a.jpg</thumb> <img>16.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第16张</caption> </item> <item> <thumb>17a.jpg</thumb> <img>17.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第17张</caption> </item> <item> <thumb>005a.swf</thumb> <img>005.swf</img> <caption>载入swf flash by html6game swf_001</caption> </item> <item> <thumb>18a.jpg</thumb> <img>18.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第18张</caption> </item> <item> <thumb>19a.jpg</thumb> <img>19.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第19张</caption> </item> <item> <thumb>20a.jpg</thumb> <img>20.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第20张</caption> </item> <item> <thumb>21a.jpg</thumb> <img>21.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第21张</caption> </item> <item> <thumb>22a.jpg</thumb> <img>22.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第22张</caption> </item> <item> <thumb>006a.swf</thumb> <img>006.swf</img> <caption>载入swf flash by html6game swf_001</caption> </item> <item> <thumb>23a.jpg</thumb> <img>23.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第23张</caption> </item> <item> <thumb>24a.jpg</thumb> <img>24.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第24张</caption> </item> <item> <thumb>25a.jpg</thumb> <img>25.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第25张</caption> </item> <item> <thumb>26a.jpg</thumb> <img>26.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第27张</caption> </item> <item> <thumb>007a.swf</thumb> <img>007.swf</img> <caption>载入swf flash by html6game swf_001</caption> </item> <item> <thumb>27a.jpg</thumb> <img>27.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第28张</caption> </item> <item> <thumb>28a.jpg</thumb> <img>28.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第29张</caption> </item> <item> <thumb>29a.jpg</thumb> <img>29.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第30张</caption> <imgLink>http://html6game.com</imgLink> </item> <item> <thumb>30a.jpg</thumb> <img>30.jpg</img> <caption>囧o(∩_∩)o 无限图幻灯片 flash by html6game MM第31张</caption> <imgLink>http://html6game.com</imgLink> </item> <item> <thumb>004.swf</thumb> <img>004.swf</img> <caption>[SWF] flash by html6game swf_004</caption> </item> </html6game> |
下载地址:http://pan.baidu.com/share/link?shareid=2950403946&uk=2535789224