Document ClassesEmbedding beamer movie using movie15

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
jazzgossen
Posts: 26
Joined: Mon Mar 09, 2009 3:19 pm

Embedding beamer movie using movie15

Post by jazzgossen »

I'm preparing some PDF presentations using beamer and pdflatex. I want to embed some animations. Using

Code: Select all

\movie[externalviewer]{...}
(with the "ordinary" multimedia package) works, but the movie opens in an external player, of course.

I have read that the movie15 package should be able to embed files compatible with current versions of Adobe Reader. So now I use that package and have

Code: Select all

\includemovie{5em}{5em}{output.avi}

instead. This gives me an empty frame where the animation should be (which is fine, since I haven't specified a poster image).

When I click inside the frame, using Adobe Reader 8.1.3 for Linux, I get a dialog asking whether I really want to play the movie, and after clicking OK nothing happens.

If I click on the frame itself, I get an error message: "There was an error processing an annotation or link. There was a problem reading this document (14)."

Any ideas why? Does the movie have to be encoded in some special format?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

BMAcox
Posts: 40
Joined: Sun Dec 23, 2007 12:07 am

Re: Embedding beamer movie using movie15

Post by BMAcox »

Yes, I was wondering myself how to embed JAVA applets in a Beamer created presentation. And on a higher level, can someone provide their .02 on which other presentation packages are written for LaTex? A short pros & cons of presentation packages available to us for LaTex would be immensely helpful.

Thank you!
Post Reply