用flash实现读取新闻连接的代码,方便一个50高度的地方显示外部连接,不错的黑色效果
index.html
复制代码 代码如下:
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/>
<metaname="Copyright"content="查字典教程网http://www.jb51.net/"/>
<metaname="description"content="查字典教程网"/>
<metacontent="查字典教程网"name="keywords"/>
<title>Flash+XML滚动新闻代码-查字典教程网</title>
</head>
<body>
<divalign="center">
<objectclassid="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">
<paramname="movie"value="flashnews.swf">
<paramname="quality"value="high">
<embedsrc="flashnews.swf"quality="high"pluginspage="http://www.macromedia.com/go/getflashplayer"type="application/x-shockwave-flash"width="440"height="50"></embed>
</object>
</div>
</body>
</html>
textBanner.xml
复制代码 代码如下:
<news>
<content>
<标题>查字典教程网</标题>
<链接>http://www.jb51.net/</链接>
</content>
<content>
<标题>查字典教程网2</标题>
<链接>http://www.jb51.net/</链接>
</content>
<content>
<标题>查字典教程网3</标题>
<链接>http://www.jb51.net/</链接>
</content>
<content>
<标题>电脑教程吧</标题>
<链接>http://www.pcjc8.com/</链接>
</content>
</news>
打包文件下载
测试地址