I'm trying to embed a link to a .mov file in a beamer presentation. As I've read in similar posts I used the following code:
For an image:
href{run: ./graficas/quantumbeating.mov}{
\includegraphics[scale=0.25]
{./graficas/video1.png}}\\
For text link:
\href{run: ./graficas/quantumbeating.mov}{video}
I also tried with:
\href{run:/usr/bin/vlc -fs ./graficas/quantumbeating.mov}{video}
None of these alternatives actually worked (the code compiles, but nothing happens when the link is pressed). I would like Quicktime or VLC to open when the link is hit.
\in your first line in front ofhref. The first two examples don't have a command for the media player, you want to use. Does you vlc exist in/usr/bin/vlc? If yes, please give us a complete minimal working example to try fixing your problem. – LaRiFaRi Apr 07 '14 at 14:36/usr/bin/vlc -fs ./graficas/quantumbeating.movinto a command line? – samcarter_is_at_topanswers.xyz Apr 07 '14 at 14:55