anudeep Posted July 11, 2011 Posted July 11, 2011 Hi people! I am designing a video streaming website something like youtube. I have many videos and their details(in a separate xml file, which has fields like speaker, title etc.) I want to implement a custom search on the basis of their fields and i dont know how to. please help me out. should i combine them to a mysql table or parse through multiple xml files, if so how to? p.s there are a lot of videos. Thanks a lot.
khaled Posted July 25, 2011 Posted July 25, 2011 using XML files is to use structural informations offline, but online use require that you put all those data on the database, and do SQL queries to do search ... in HTML 5, there is <video> tag that allow you to stream a video .. for something more advanced, you have to program that using Flash, ..etc
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now