Quote:
Originally Posted by silverado350
How do I make an xml that would work for my site?
Here is an example URL
http://www.my_site.net/viewVideo.php?fileID=1
Every video on my site uses the same URL but has a different " fileID" like fileID=1, fileID=2, fileID=3, fileID=4,
|
It depends on if you use different types of media for your site. Since the only thing that changes in your URL is the file ID, then you'd only be able to embed once kind of media type. In other words, I could make a definition for FLV videos, but it would not work with WMV, DIVX or any other kind of videos your hosting. The key is the URL. URLs need to be distinct to the type of media used.