it is written in the
beamer documentation (version 3.20, section 14.2, page 141) that "A sound playback can persist after the current page is closed (though it need not)." I haven't found out how to make this work. I'm using Adobe Reader 10.1.3 on Mac OS X 10.7.4. Here's a sample code:
Code: Select all
\sound[autostart]{}{sound.wav}
\frame{
\frametitle{Frame 1}
\includegraphics{picture1.eps}
}
\frame{
\frametitle{Frame 2}
\includegraphics{picture2.eps}
}\sound command inside frame 1 makes no difference. Any experiences, perhaps on other systems? Greetings,Harri