Use flash to read the code of the News Connection, so that an external connection can be displayed at a 50-height location, with a good black effect.
Index.html
Copy codeThe Code is as follows:
<Html>
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312"/>
<Meta name = "Copyright" content = "script house http://www.jb51.net/"/>
<Meta name = "description" content = ""/>
<Meta content = "文" name = "keywords"/>
<Title> Flash + XML rolling news code-script house </title>
</Head>
<Body>
<Div align = "center">
<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>
</Div>
</Body>
</Html>
TextBanner. xml
Copy codeThe Code is as follows:
<News>
<Content>
<Title> foothome </title>
<Link> http://www.jb51.net/</link>
</Content>
<Content>
<Title> foothome 2 </title>
<Link> http://www.jb51.net/</link>
</Content>
<Content>
<Title> script home 3 </title>
<Link> http://www.jb51.net/</link>
</Content>
<Content>
<Title> computer tutorial </title>
<Link> http://www.pcjc8.com/</link>
</Content>
</News>
Package File Download
Test address