'Can external multimedia files linked to pdf documents launch external applications in the macOS pdf-viewer Preview?

I have generated a beamer pdf containing a link to an external player in order to play a sound. I am opening it with the macOS pdf viewer preview and when I hover the mouse pointer over the clickable text, the location of the .wav file is shown but when I click on the text nothing happens. Here is the minimal working example:

\documentclass{beamer}
\usepackage{multimedia}

\begin{document}
\sound[externalviewer]{test}{sound.wav}
\end{document}


Solution 1:[1]

Macs Preview.app is known to not play nicely with the multimedia package.

I suggest to use another pdf viewer instead. For example, your code works fine with

  • adobe reader
  • skim

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 samcarter_is_at_topanswers.xyz