summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/flashmovie/test.tex
blob: db146ff8df326893de176a66a7e52f464aaced78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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}