[pdftex] embedding animations

Wojciech Myszka W.Myszka at immt.pwr.wroc.pl
Mon Jun 10 18:33:29 CEST 2002


Cytowanie "K.R.Subramanian" <krs at cs.uncc.edu>:

> 
> Could someone point me to any docs on embedding animations in
> pdftex presentations (I use pdfscreen)?

  Somethink like this works for me:
\begin{screen}
 \pdfannot{
          /Subtype /Movie
          /Rect [68 93 420 357]
          /Movie <<
             /F (virtual.mov)
             /Poster true >>
          /A <<         % Activation type true/false or dictionary:
%            /FWScale [3 2]          %
%            /Aspect [200 300]
            /ShowControls true
            /Rate 1.0 >>
          }
\end{screen}

  Works both wit mov and avi files.

  Regards

  Wojtek



More information about the pdftex mailing list