The multimedia tag has no wiki summary.
2
votes
1answer
453 views
Beamer Multimedia package
I have written the following document
\documentclass[aspectratio=1610]{beamer}
\usetheme[hideallsubsections]{Berkeley}
\useinnertheme{rounded}
\usepackage{multimedia}
\title[]{{\scshape Infodag ...
5
votes
1answer
192 views
Launch video from pdf
I am using package multimedia to insert videos into my PDF document using the command:
\movie[externalviewer]{Caption}{moviefile}
which works fine. My problem is that when I click on the caption I ...