diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-26 22:35:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-26 22:35:18 +0000 |
commit | 7e255d630eeacdf6dbcfe020d9f4ee8d04e12586 (patch) | |
tree | 2887b46d3603aa620d097f85b680ad319107cdcb /Master/texmf-dist/doc/latex/movie15/overlay-example.tex | |
parent | 0887c6f2b1a0b1727a1643ca172ddc574d750358 (diff) |
movie15 update (26jul06)
git-svn-id: svn://tug.org/texlive/trunk@1928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/movie15/overlay-example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/movie15/overlay-example.tex | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/movie15/overlay-example.tex b/Master/texmf-dist/doc/latex/movie15/overlay-example.tex new file mode 100644 index 00000000000..5aa70abc012 --- /dev/null +++ b/Master/texmf-dist/doc/latex/movie15/overlay-example.tex @@ -0,0 +1,45 @@ +% Copyright 2006 Alexander Grahn +% +% This material is subject to the LaTeX Project Public License. See +% http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html +% for the details of that license. +% +\documentclass{beamer} +\setbeamertemplate{navigation symbols}{} +\usepackage{movie15} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Some hints on using movie15 with /presentation/ packages +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% 1. Options `autopause' and `autoresume' should be set, as this prevents the +% movie from being rewound when passing from one overlay to the next. + +% 2. Within presentations, \movieref's must be put on the /same/ overlay as +% their target. + +% 3. If the /same/ media file is to be inserted at multiple locations within a +% presentation, all instances must be given unique labels using the `label' +% option, even if no \movieref's are associated with the included media. + +\begin{document} +\begin{frame} + \begin{itemize} + \item<+-> 1st overlay + \item<+-> 2nd overlay + \begin{center} + \includemovie[ + poster, + autopause, autoresume, + text=(AlienSong.mpg), + playerid=AAPL_QuickTime, + url + ]{0.5\linewidth}{0.375\linewidth}{% + http://www.linux-video.net/Samples/Mpeg1/AlienSong.mpg% + } + \end{center} + \item<+-> 3rd overlay + \item<+-> 4th overlay + \end{itemize} +\end{frame} +\end{document} |