diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-14 00:40:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-14 00:40:57 +0000 |
commit | 64ed602ef4531d378c71633c4565bc474a782acf (patch) | |
tree | 662558c3d763fffca1b72382614d3585cc3e3e3b /Master/texmf-dist/doc | |
parent | 1935afcd6a556f200fa18640edc55d2a609d9017 (diff) |
flashmovie update (13apr10)
git-svn-id: svn://tug.org/texlive/trunk@17857 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/flashmovie/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/flashmovie/test.pdf | bin | 847298 -> 849121 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/flashmovie/test.tex | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/flashmovie/testx.tex | 14 |
4 files changed, 19 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/flashmovie/README b/Master/texmf-dist/doc/latex/flashmovie/README index 28a176ecdfb..c97ce7bb69a 100644 --- a/Master/texmf-dist/doc/latex/flashmovie/README +++ b/Master/texmf-dist/doc/latex/flashmovie/README @@ -14,3 +14,5 @@ advantages: disadvantages: - You can only play back embedded videos with Adobe Reader 9 and upwards. + +For further infos see the file "flashmovie.sty".
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/flashmovie/test.pdf b/Master/texmf-dist/doc/latex/flashmovie/test.pdf Binary files differindex 34fb763d5a9..e923b43dff4 100644 --- a/Master/texmf-dist/doc/latex/flashmovie/test.pdf +++ b/Master/texmf-dist/doc/latex/flashmovie/test.pdf diff --git a/Master/texmf-dist/doc/latex/flashmovie/test.tex b/Master/texmf-dist/doc/latex/flashmovie/test.tex index db146ff8df3..0a99effe9cd 100644 --- a/Master/texmf-dist/doc/latex/flashmovie/test.tex +++ b/Master/texmf-dist/doc/latex/flashmovie/test.tex @@ -2,6 +2,7 @@ \usepackage[utf8]{inputenc} \usepackage[english]{babel} +\usepackage{hyperref} \usepackage{flashmovie} @@ -12,10 +13,12 @@ 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} +\flashmovie[width=10cm,height=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". +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} diff --git a/Master/texmf-dist/doc/latex/flashmovie/testx.tex b/Master/texmf-dist/doc/latex/flashmovie/testx.tex index 981cd36bd67..8c2ff9a3c7d 100644 --- a/Master/texmf-dist/doc/latex/flashmovie/testx.tex +++ b/Master/texmf-dist/doc/latex/flashmovie/testx.tex @@ -2,15 +2,23 @@ \usepackage[utf8]{inputenc} \usepackage[english]{babel} +\usepackage{hyperref} \usepackage{flashmovie} \begin{document} -This is an example how +{\Huge flashvideo.sty}\\\\ -\flashmoviex[width=10cm,heigth=10cm]{saturn5.mp4} +This package allows direct embedding of flash movies into PDF files. It is +designed for use with pdflatex. -to use flashmovie. +\flashmoviex[width=10cm,height=10cm]{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} |