diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-14 00:03:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-14 00:03:51 +0000 |
commit | c093affc0bc3b558c318d29dcc2240a36178a7df (patch) | |
tree | 058635e4fd606688a17fb96be4a0e3e604eb22c4 /Master/texmf-dist/doc/latex/flashmovie/test-flv.tex | |
parent | fb46da52c21567a3a980ae8827fb52f161c4f5ae (diff) |
flashmovie update (9sep10)
git-svn-id: svn://tug.org/texlive/trunk@19720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/flashmovie/test-flv.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/flashmovie/test-flv.tex | 42 |
1 files changed, 34 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/flashmovie/test-flv.tex b/Master/texmf-dist/doc/latex/flashmovie/test-flv.tex index b3bb182a1ce..bdc5e84b336 100644 --- a/Master/texmf-dist/doc/latex/flashmovie/test-flv.tex +++ b/Master/texmf-dist/doc/latex/flashmovie/test-flv.tex @@ -3,6 +3,7 @@ \usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage{hyperref} +\usepackage{color} \usepackage{flashmovie} @@ -15,11 +16,7 @@ designed for use with pdflatex. \flashmovie[width=10cm,height=10cm,engine=flv-player,auto=1]{saturn5.mp4} -\begin{verbatim} - \flashmovie[width=10cm,height=10cm,engine=flv-player,auto=1]{saturn5.mp4} -\end{verbatim} - -\vspace{1cm} +%\vspace{1cm} Basically it uses the fact that the Adobe Reader 9 contains an embedded Adobe Flash player which can be invoked with the ``rich media annotation'' feature which is described @@ -27,17 +24,36 @@ in ``Adobe Supplement to the ISO 32000 BaseVersion: 1.7 ExtensionLevel: 3''. \vspace{0.5cm} -P.S.: This sample video is courtesy of the NASA ( \href{http://heasarc.gsfc.nasa.gov/Videos/historical/saturn5.avi}{saturn5.avi} ). +This means that you can only use flashmovie.sty in combination +with Adobe Reader 9 and upwards. +% Otherwise your Adobe Reader may die a sudden painfull death... \vspace{0.5cm} -The movies in this document are rendered with the \href{http://flv-player.net}{``flv-player''} +\textcolor{red}{ + It is recommended to use the latest available version of the Adobe Reader + to view PDF files generated with flashmovie.sty. +} + +\vspace{0.5cm} + +P.S.: This sample video is courtesy of the NASA ( \href{http://heasarc.gsfc.nasa.gov/Videos/historical/saturn5.avi}{saturn5.avi} ). + +\newpage + +The source code used for the video on the previous page is: + +\begin{verbatim} + \flashmovie[width=10cm,height=10cm,engine=flv-player,auto=1]{saturn5.mp4} +\end{verbatim} + +This means that the movie is rendered with the \href{http://flv-player.net}{``flv-player''} whose developer is neolao. This player is distributed under the \href{http://www.mozilla.org/MPL/}{MPL version 1.1}. It is included in this package and is the recommended way to use ``flashmovie.sty'' besides directly embedding ``.swf'' files. -\newpage +\vspace{1cm} {\Huge Examples}\\\\ @@ -45,6 +61,7 @@ besides directly embedding ``.swf'' files. \begin{verbatim} \flashmovie[width=8cm,height=5cm,engine=flv-player,auto=0]{saturn5.mp4} \end{verbatim} +In this example the video is not started before the user clicks on it. \vspace{1cm} @@ -52,7 +69,16 @@ besides directly embedding ``.swf'' files. \begin{verbatim} \flashmovie[width=8cm,height=5cm,engine=flv-player,auto=0,image=saturn.jpg]{saturn5.mp4} \end{verbatim} +Here additionally an image is displayed before the movie starts. + +\newpage +Rich media annotations are not restricted to videos. +Here for example is a clock written in action script: +\flashmovie[width=8cm,height=5cm]{clock.swf} +\begin{verbatim} + \flashmovie[width=8cm,height=5cm]{clock.swf} +\end{verbatim} \end{document} |