Hey All,
Sorry if this is the wrong forum... I'm trying to set up my first app for a local news station in my area, and I could really use a little help.
I'm not able to get the videos to play. At first glance everything seems to start up ok. For instance when I select a category like "Top Stories" I see a list of the top stories, and each one has a generated thumbnail. When I click on the story, I can even get a summary with the "read more" information link. But when I try to play the video, I either get an ad that plays over and over or nothing at all.
Can someone look at my xml and tell me if I am doing something wrong? Here's a sample snip:
I got the rss feeds from WRAL's site here...so I'm hoping they are goodCode:<?xml version="1.0" ?> <rss version="2.0"> <channel> <title>WRAL</title> <description>WRAL</description> <image> <url>http://localhost/thumbs/wral.jpg</url> </image> <item> <title>Top Stories</title> <description>Top Stories</description> <link>rss://www.wral.com/news/rss/48/</link> <boxee:image>>http://localhost/thumbs/wral.jpg</boxee:image> </item> <item> <title>Local News</title> <description>Local News</description> <link>rss://www.wral.com/news/rss/142/</link> <boxee:image>http://localhost/thumbs/wral.jpg</boxee:image> </item> </channel></rss>
http://www.wral.com/news/page/1042187/
Thanks in advance for any advice!



Reply With Quote
Bookmarks