Jump to content

embedded video


Egas

Recommended Posts

Hi guys,I've been working with asp.net for a month and i've imbedded video on my web page and its working by stream, now i'm trying to make the video read all the files on a folder on my disk, is that possible?

Link to comment
Share on other sites

now i'm trying to make the video read all the files on a folder on my disk, is that possible?
The server's or the client's?
Link to comment
Share on other sites

You can't make the video itself read the filesystem (or do anything at all, its just a data file) but the ASP.NET page can use the classes in the System.IO namespace to read and manipulate it. http://aspnet.4guysfromrolla.com/articles/052803-1.aspx

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...