GeneralFlash Animation

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Anasus
Posts: 3
Joined: Sat Jan 09, 2010 10:10 pm

Flash Animation

Post by Anasus »

Hello everyone,
I would like to include a Flash Animation into a Beamer class.

Code: Select all

\documentclass{beamer}
\usepackage{beamerthemeshadow}
\usepackage{ae}
\usepackage{hyperref}
\usepackage{movie15}
and I included my swf.file like this

Code: Select all

\begin{figure}
\includemovie[scale=0.5]{scannen.swf} 
\end{figure}
\end{frame}
But I get an error
Package hyperref error: Unicode support for bookmarks is not available.
What should I do?
Thank you very much for your help!
Anasus

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Flash Animation

Post by localghost »

Perhaps you will succeed by using another package that comes with the beamer class. See Section 14 (Animations, Sounds, and Slide Transitions; p. 125ff) of the manual. And presumably it is no good idea to put the object into a figure environment.


Best regards and welcome to the board
Thorsten
Anasus
Posts: 3
Joined: Sat Jan 09, 2010 10:10 pm

Re: Flash Animation

Post by Anasus »

Thank you, I will try it.
Anasus
Post Reply