QuickTime Link: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(just remove http to not - link...)
m (categorize)
 
Line 11: Line 11:
   <?quicktime type="application/x-quicktime-media-link"?>
   <?quicktime type="application/x-quicktime-media-link"?>
   <embed src="www.foo.com/file.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" />