\pdfannot width 3in height 3in depth 3in {%%\usepackage[ansinew]
{inputenc} necessary!
/Subtype /Movie
/Movie << /F (Test.wav) >>}
But it does for example not work for files that i bought via itunes
(.m4p). However, I can include these files with html :
<a href="test.m4p"> .
Therefore I tried to include the html code into latex using the
hyperref-package:
\special{html:<a href="test.m4p">}
which resulted in the following error message:
Undefinded controls sequence.
\save@sf@q ... \@SF \empty \fi \leavemode #1 \@SF
Is there someone who can help me with that? Thanks a lot!!!!
Ulrich
\usepackage{attachfile}
...
\attachfile[description={Description of blah.mp3}]{blah.mp3}
Regards,
Christian
christian, it worked well, exactly what i needed!!! thanks a lot!!!!