From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/flashmovie/test.tex | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 macros/latex/contrib/flashmovie/test.tex (limited to 'macros/latex/contrib/flashmovie/test.tex') diff --git a/macros/latex/contrib/flashmovie/test.tex b/macros/latex/contrib/flashmovie/test.tex new file mode 100644 index 0000000000..c59f9da9d4 --- /dev/null +++ b/macros/latex/contrib/flashmovie/test.tex @@ -0,0 +1,32 @@ +\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]{saturn5.swf} +%\flashmovie[width=10cm,height=10cm,engine=pure-swf]{saturn5.swf} +%\flashmovie[width=10cm,height=10cm,engine=blank]{saturn5.swf} +%\flashmovie[width=10cm,height=10cm,engine=flv-player]{saturn5.mp4} +%\flashmovie[width=10cm,height=10cm,engine=flv-player,blank=0]{saturn5.mp4} +%\flashmovie[width=10cm,height=10cm,engine=flv-player,blank=1]{saturn5.mp4} +%\flashmovie[width=10cm,height=10cm,engine=acropro]{saturn5.mp4} +%\flashmovie[width=10cm,height=10cm,engine=jw-player]{saturn5.mp4} +%\flashmovie[width=10cm,height=10cm,engine=osplayer]{saturn5.mp4} + +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''. + +P.S.: This sample video is courtesy of the NASA ( \href{http://heasarc.gsfc.nasa.gov/Videos/historical/saturn5.avi}{saturn5.avi} ). + +\end{document} -- cgit v1.2.3