web developement
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
somebody please about how to store a video files and play it into a web application (just like Yahoo!Movies site) i'm kinda new on this thing given2fly
What books or articles have you already read/researched to learn about web development? What you're describing could be as simple as: 1) - create files in .avi, .mp3, .mov, or other video format 2) - store those files in a directory on a web server 3) - create simple html page (wouldn't really need asp.net for this) with MyFile kinds of tags.