[pdftex] Movies (.mov or .mpeg) in PDF documents with pdfTeX?

Michael Sternberg sternberg at phys.uni-paderborn.de
Sat Nov 3 13:34:50 CET 2001


On Sat, Nov 03, 2001 at 07:59:01AM +0100, Gerben Wierda wrote:
>Subject: Movies (.mov or .mpeg) in PDF documents
> See subject, is this possible?

Well, you can reference external files in two ways, both requiring hyperref:

    \usepackage{hyperref}

    \href{run:movie.mpg}{ a local file link }

    \hyperbaseurl{http://www..../}
    \href{movie.mpg}{ a relative URL }	

Beyond that, PDF offers 'movie annotations' -- I don't know of a way
to create them, though, short of using the full version of Acrobat
($$$+Windows).


Regards,
-- 
Michael Sternberg,  Dipl. Phys.          | Uni-GH Paderborn
http://www.phys.uni-paderborn.de/~stern/ | FB6 Theoretische Physik 
phone: +49-(0)5251-60-2329   fax: -3435  | 33098 Paderborn, Germany
"Who disturrrbs me at this time?"  << Zaphod Beeblebrox IV >>	<*>



More information about the pdftex mailing list