特效介绍

仿爱奇艺电视频道首页banner flash+xml图片立体滚动效果,可向左向右无限滚动。
使用方法
1、在head区域引入下面的代码:1 | <script type= "text/javascript" src= "public.js" ></script> |
01 | <div id= "flash" > |
02 | <script type= "text/javascript" > |
03 | if (!lib.ipad) { |
04 | var _param = []; |
05 | _param.push( 'xml_url=5imoban.net.xml' ); //xml的地址 |
06 | lib.kit.video.render( |
07 | 'width' , 970, //图片滚动的宽度 |
08 | 'height' , 350, //图片滚动的高度 |
09 | 'src' , 'tv.swf' , //flash文件地址 |
10 | 'wmode' , 'Opaque' , |
11 | 'id' , 'qiyi_player' , |
12 | 'bgcolor' , '#000000' , |
13 | 'hint' , true , |
14 | 'flashVars' , _param.join( '&' ), |
15 | 'wrapper' , 'flash' |
16 | ); //end AC code |
17 | } |
18 | </script> |
19 | </div> |
部分素材资源来源网站,本站提供免费下载,如有侵权请联系站长马上删除!