[pdftex] how to embed mp3 into pdf using pdfTeX?

Alexander Grahn A.Grahn at fz-rossendorf.de
Mon Dec 6 16:44:27 CET 2004


Tigran Aivazian wrote:

>Is it possible to embed mp3 files (and make them playable from within 
>Acrobat Reader) into a pdf file?


Playing embedded sounds does only work with Win- and Mac-Versions of
Acrobat Reader. Try movie15-Package:

http://www.tug.org/tex-archive/macros/latex/contrib/movie15/

You will need pdf(la)tex, version >=1.20 for real embedding (no externally linked sound files) and Adobe Reader >=6.0 for viewing the PDF.

Examples:
1.) \includemovie[text=click here!]{}{}{sound.mp3}

2.) Start playing when the page containg the command is opend:
    \includemovie[autoplay]{0pt}{0pt}{sound.mp3}

3.) like 2.) but don't stop sound on transition to next page	
    \includemovie[autoplay, continue]{0pt}{0pt}{sound.mp3}

Alexander



More information about the pdftex mailing list