首页>>Jquery文字>>长条文字flash+xml自动变换广告代码,可以加链接(2013-10-26)

长条文字flash+xml自动变换广告代码,可以加链接

 一行内向右滚动,注意本例用了flash文件,数据加载用的是xml

长条文字flash+xml自动变换广告代码,可以加链接
赞赏支持
立刻微信赞赏支持 关闭

 

XML/HTML Code
  1. <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">  
  2.   <param name="movie" value="flashnews.swf">  
  3.   <param name="quality" value="high">  
  4.   <embed src="flashnews.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="440" height="50"></embed>  
  5. </object>  

swf文件下载:http://www.freejs.net/demo/73/flashnews.swf

textBanner.xml

XML/HTML Code
  1. <?xml version="1.0" encoding="gb2312"?><news>  
  2.     <content>  
  3.         <标题>freejs演示</标题>  
  4.         <链接>http://www.freejs.net</链接>  
  5.     </content>  
  6.     <content>  
  7.         <标题>各种php jquery代码演示</标题>  
  8.         <链接>http://www.freejs.net/</链接>  
  9.     </content>  
  10.     <content>  
  11.         <标题>欢迎访问 http://www.freejs.net</标题>  
  12.         <链接>http://www.freejs.net/</链接>  
  13.     </content>  
  14.     <content>  
  15.         <标题>精致JS脚本</标题>  
  16.         <链接>http://www.freejs.net</链接>  
  17.     </content>  
  18. </news>  

 


原文地址:http://www.freejs.net/article_jquerywenzi_73.html