
我想在我的投影機簡報中包含 \movie 的視頻,並且需要在幻燈片開啟時自動啟動。有一個自動啟動選項,但不起作用。我正在 Windows 上閱讀 pymress 的 pdf 文件,但無法使用 \includemedia。這是我正在使用的程式碼:
\begin{tikzpicture}[remember picture, overlay]
\node [anchor=south, inner sep=22pt] at (current page.south) {
\movie[
width=0.47\linewidth,
height=0.31\linewidth,
autostart,
poster,
showcontrols
]{}{file.mp4}
};
\end{tikzpicture}
在此先感謝您的幫忙。