|
热门文章 |
|
|
|
|
仿腾讯QQ网的图片旋转展示特效 |
来源:源码爱好者 更新时间:2010/10/10 23:05:33 阅读次数: 我要投稿 |
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>仿腾讯QQ网的图片旋转展示特效</title> <meta http-equiv="content-type" content="text/html;charset=gb2312"> </head> <body> <script type="text/javascript"> var pics='http://www.cwydesign.com/effects/UploadFiles_7074/201010/2010101023140804.jpg|http://www.cwydesign.com/effects/UploadFiles_7074/201010/2010101023140895.jpg|http://www.cwydesign.com/effects/UploadFiles_7074/201010/2010101023140873.jpg|http://www.cwydesign.com/effects/UploadFiles_7074/201010/2010101023140860.jpg|http://www.cwydesign.com/effects/UploadFiles_7074/201010/2010101023140841.jpg';//图片地址 var links='#|#|#|#|#';//图片链接 var icons='Tiramisu|嫚嫚|素年|琴琴|小紫';//图片说明 document.write('<embed type="application/x-shockwave-flash" src="/effects/UploadFiles_7074/201010/2010101023074861.swf" width="300" height="111" quality="high" salign="t" wmode="transparent" flashvars="p='+pics+'&l='+ links +'&icon='+icons+'"></embed>'); </script> </body> </html> |
|
上一篇文章: 常用flash图片轮换效果下一篇文章: 腾讯网的flash+xml高清图片展播特效包 |
|
|