I want to insert a video in my beamer presentation. I've read a lot of posts about this but many are based on obsolete packages and I still can't figure it out, I get a blank slide.
I'm using media9, I have a .mp4 file (I've read that this is appropiate). I want it to play inside the presentation so the solutions using hyperref to open it with a video player in another window are not useful for me.
This is what won't work.
\includemedia[
width=0.8\linewidth,
height=0.6\linewidth,
activate=pageopen,
addresource=Multimedia/ayuda.mp4,
flashvars={
source=Multimedia/ayuda.mp4
&loop=true % loop the video
}
]{}{VPlayer.swf}
Thanks!
adobe reader? – samcarter_is_at_topanswers.xyz Oct 19 '16 at 20:06