How can I add two videos in one slide side by side. Both videos should be in a horizontal line. The following code put a video above the other video.
\begin{frame}[t]
\frametitle{ Results}
\includemedia[
label = AA,
width = 110mm,
height = 50mm,
activate = pageopen,
addresource= master.mov,
flashvars={flv=master.mov & autoplay=0}
]{}{player_flv_maxi.swf}
\includemedia[
label = BB,
width = 110mm,
height = 50mm,
activate = pageopen,
addresource= master.mov,
flashvars={flv=master.mov & autoplay=0}
]{}{player_flv_maxi.swf}
\end{frame}
