QuickTime Link: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(remove URL (unless there is a way to delink something that starts with HTTP))
(just remove http to not - link...)
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="<url>" autoplay="true" />
   <embed src="www.foo.com/file.mov" autoplay="true" />

Revision as of 05:49, 31 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="www.foo.com/file.mov" autoplay="true" />