Hello. I am trying to get some help in building a clickable scrolling news banner on my site. I have some experience at html, but would not consider myself an expert. I have been trying to find a generator or steal from someone else's site, but have been unsuccessful for sometime now. I'm just wanting this to look like Yahoo's front page, or an example right on this page http://www.webn.com/main.html I stole the code off the WEBN website, but when I posted on my website it just showed their pictures right after one another and not in a sculling banner. Idk if it was a flash problem. I can post the code I stole and was trying to customize if needed. Just wondering if anyone knows where I can find something like this? Thanks in advance for your help! Here's an example: Does anyone have any insight on how to build one of these yourself or have a resource to make them?
Well, I found something that is actually pretty close. This widget is about what I'm looking for. The only thing I'd like more is to be able to have the pictures link to another website with news and to take the banner off the bottom of this. Any ideas? <div id="cp_widget_08505f7e-09d9-4f8b-b2b9-11119408a945">...</div><script type="text/javascript"> var cpo = []; cpo["_object"] ="cp_widget_08505f7e-09d9-4f8b-b2b9-11119408a945"; cpo["_fid"] = "AIHAwb7n4fSE"; var _cpmp = _cpmp || []; _cpmp.push(cpo); (function() { var cp = document.createElement("script"); cp.type = "text/javascript"; cp.async = true; cp.src = "//www.cincopa.com/media-platform/runtime/libasync.js"; var c = document.getElementsByTagName("script")[0]; c.parentNode.insertBefore(cp, c); })(); </script><noscript>Powered by Cincopa <a href='http://www.cincopa.com/video-hosting'>Video Hosting</a> solution.</noscript> HTML: <div id="cp_widget_08505f7e-09d9-4f8b-b2b9-11119408a945">...</div><script type="text/javascript"> var cpo = []; cpo["_object"] ="cp_widget_08505f7e-09d9-4f8b-b2b9-11119408a945"; cpo["_fid"] = "AIHAwb7n4fSE"; var _cpmp = _cpmp || []; _cpmp.push(cpo); (function() { var cp = document.createElement("script"); cp.type = "text/javascript"; cp.async = true; cp.src = "//www.cincopa.com/media-platform/runtime/libasync.js"; var c = document.getElementsByTagName("script")[0]; c.parentNode.insertBefore(cp, c); })(); </script><noscript>Powered by Cincopa <a href='http://www.cincopa.com/video-hosting'>Video Hosting</a> solution.</noscript>