I am trying to play a soundfile (a wave-file) in my Beamer-Class. But it doesnt work, allthough I followed the instructions of the beamer manual.
Here is my sample:
Code: Select all
% !TEX encoding = UTF-8 Unicode\documentclass{beamer}\usepackage{multimedia}\usepackage{hyperref}\begin{document}\frame{\sound[inline, samplingrate=44100,bitspersample=16]{Click me to Play Sound}{always_700cp_000cf.wav}\\\sound[]{Click me to Play Sound Nr.2}{always_700cp_000cf.wav}}\end{document}
try this for example)
I would be thankful for anyhelp.