summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/flashmovie/test-flv.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-19 22:52:14 +0000
committerKarl Berry <karl@freefriends.org>2010-04-19 22:52:14 +0000
commite8c4502da7b50b697f5ec08532a9d67b64abff0a (patch)
tree74795e45c1612d88c0cb860f2fc24502e3915696 /Master/texmf-dist/doc/latex/flashmovie/test-flv.tex
parentb774596c0632c5e6b3bb370b24d8e0331ec9baff (diff)
flashmovie 0.2 (19apr10)
git-svn-id: svn://tug.org/texlive/trunk@17930 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.tex58
1 files changed, 58 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/flashmovie/test-flv.tex b/Master/texmf-dist/doc/latex/flashmovie/test-flv.tex
new file mode 100644
index 00000000000..b3bb182a1ce
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/flashmovie/test-flv.tex
@@ -0,0 +1,58 @@
+\documentclass[10pt]{article}
+
+\usepackage[utf8]{inputenc}
+\usepackage[english]{babel}
+\usepackage{hyperref}
+
+\usepackage{flashmovie}
+
+\begin{document}
+
+{\Huge flashvideo.sty}\\\\
+
+This package allows direct embedding of flash movies into PDF files. It is
+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}
+
+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
+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} ).
+
+\vspace{0.5cm}
+
+The movies in this document are 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
+
+{\Huge Examples}\\\\
+
+\flashmovie[width=8cm,height=5cm,engine=flv-player,auto=0]{saturn5.mp4}
+\begin{verbatim}
+ \flashmovie[width=8cm,height=5cm,engine=flv-player,auto=0]{saturn5.mp4}
+\end{verbatim}
+
+\vspace{1cm}
+
+\flashmovie[width=8cm,height=5cm,engine=flv-player,auto=0,image=saturn.jpg]{saturn5.mp4}
+\begin{verbatim}
+ \flashmovie[width=8cm,height=5cm,engine=flv-player,auto=0,image=saturn.jpg]{saturn5.mp4}
+\end{verbatim}
+
+
+
+\end{document}