QuickTime Link: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(add example QTL file)
(remove URL (unless there is a way to delink something that starts with HTTP))
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="<url>" autoplay="true" />

Revision as of 13:33, 30 October 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="<url>" autoplay="true" />