From 4b5278d501074b7f91fd9dece761969c86bec8ca Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 5 Dec 2009 01:23:16 +0000 Subject: new latex package flashmovie (4dec09) git-svn-id: svn://tug.org/texlive/trunk@16296 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/flashmovie/README | 16 ++++++++++++++++ Master/texmf-dist/doc/latex/flashmovie/test.pdf | Bin 0 -> 847298 bytes Master/texmf-dist/doc/latex/flashmovie/test.tex | 21 +++++++++++++++++++++ Master/texmf-dist/doc/latex/flashmovie/testx.tex | 16 ++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/flashmovie/README create mode 100644 Master/texmf-dist/doc/latex/flashmovie/test.pdf create mode 100644 Master/texmf-dist/doc/latex/flashmovie/test.tex create mode 100644 Master/texmf-dist/doc/latex/flashmovie/testx.tex (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/flashmovie/README b/Master/texmf-dist/doc/latex/flashmovie/README new file mode 100644 index 00000000000..28a176ecdfb --- /dev/null +++ b/Master/texmf-dist/doc/latex/flashmovie/README @@ -0,0 +1,16 @@ +This package allows direct embedding of flash movies into PDF files. It is +designed for use with pdflatex. + +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". + +advantages: + - You can directly embed videos into the pdf (external window is optimal + and not necessary). + - You can play back videos without worrying about platform dependencies. + +disadvantages: + - You can only play back embedded videos with Adobe Reader 9 and upwards. diff --git a/Master/texmf-dist/doc/latex/flashmovie/test.pdf b/Master/texmf-dist/doc/latex/flashmovie/test.pdf new file mode 100644 index 00000000000..34fb763d5a9 Binary files /dev/null and b/Master/texmf-dist/doc/latex/flashmovie/test.pdf differ diff --git a/Master/texmf-dist/doc/latex/flashmovie/test.tex b/Master/texmf-dist/doc/latex/flashmovie/test.tex new file mode 100644 index 00000000000..db146ff8df3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/flashmovie/test.tex @@ -0,0 +1,21 @@ +\documentclass[10pt]{article} + +\usepackage[utf8]{inputenc} +\usepackage[english]{babel} + +\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,heigth=10cm]{saturn5.swf} + +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". + +\end{document} diff --git a/Master/texmf-dist/doc/latex/flashmovie/testx.tex b/Master/texmf-dist/doc/latex/flashmovie/testx.tex new file mode 100644 index 00000000000..981cd36bd67 --- /dev/null +++ b/Master/texmf-dist/doc/latex/flashmovie/testx.tex @@ -0,0 +1,16 @@ +\documentclass[10pt]{article} + +\usepackage[utf8]{inputenc} +\usepackage[english]{babel} + +\usepackage{flashmovie} + +\begin{document} + +This is an example how + +\flashmoviex[width=10cm,heigth=10cm]{saturn5.mp4} + +to use flashmovie. + +\end{document} -- cgit v1.2.3