QuickTime Link: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(add example QTL file)
m (categorize)
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:
   <?xml version="1.0"?>
   <?xml version="1.0"?>
   <?quicktime type="application/x-quicktime-media-link"?>
   <?quicktime type="application/x-quicktime-media-link"?>
   <embed src="http://foo.com/bar.mov" autoplay="true" />
   <embed src="www.foo.com/file.mov" autoplay="true" />
 
[[Category:Playlist Formats]]

Latest revision as of 12:53, 2 November 2007

A QuickTime Link file is an XML file that references a QuickTime file on the web.

An example QTL file:

 <?xml version="1.0"?>
 <?quicktime type="application/x-quicktime-media-link"?>
 <embed src="www.foo.com/file.mov" autoplay="true" />