长条文字flash+xml自动变换广告代码,可以加链接
一行内向右滚动,注意本例用了flash文件,数据加载用的是xml
XML/HTML Code
- <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="440" height="50">
- <param name="movie" value="flashnews.swf">
- <param name="quality" value="high">
- <embed src="flashnews.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="440" height="50"></embed>
- </object>
swf文件下载:http://www.freejs.net/demo/73/flashnews.swf
textBanner.xml
XML/HTML Code
- <?xml version="1.0" encoding="gb2312"?><news>
- <content>
- <标题>freejs演示</标题>
- <链接>http://www.freejs.net</链接>
- </content>
- <content>
- <标题>各种php jquery代码演示</标题>
- <链接>http://www.freejs.net/</链接>
- </content>
- <content>
- <标题>欢迎访问 http://www.freejs.net</标题>
- <链接>http://www.freejs.net/</链接>
- </content>
- <content>
- <标题>精致JS脚本</标题>
- <链接>http://www.freejs.net</链接>
- </content>
- </news>
原文地址:http://www.freejs.net/article_jquerywenzi_73.html