Вопрос

I want to create simple site that allow to upload sound tracks , and I can play it from every where , the idea is

  • create uploader with silverlight --> Done
  • display them Done

I want to create Rss for its title and link to it

do I need a ftp folder on my server , so that I can play them , or any other idea

Это было полезно?

Решение

No, you don't need an FTP folder, just link to the resource via HTTP in the RSS feed. In other words, either link the title or text in the description to a real URL:

http://www.mydomain.com/audio/filename.wav
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top