Hi,
In the same line that Peter I use: \href{run:animate_up.bat} this command simply executes the script file animate_up.bat, that in my case contains the command "animate slide8/up.gif". (By the way, run only accepts one parameter, that is, \href{run:animate slide8/up.gif is invalid} Hope this helps Roberto On Tue, 6 Nov 2001, Peter Suetterlin wrote: > Torben Lund wrote: > > Dear lyx-users > > > > Is it possible to in include a movie (mpeg/avi/mov ...) in a PDF > > document using pdflatex? > > Hi Torben, > > I think you want to use it for a Powerpoint-like presentation? > AFAIK, PDF does not support embedded animations. However, you can use > the hyperlink feature. I'm using pdfscreen (which does actually include > hyperef), and just put an entry there: > \href{path-to-movie.mpg} > By clicking that link a remote call to netscape is done (or whatever you > configure in your pdf reader). So you just have to make sure that there > is an appropriate MIME definition, and the browser knows what to do with > it. > > In my case (Linux), this is something like: > > in $HOME/.mime.types: > type=video/mpeg \ > desc="MPEG Video" \ > exts="mpeg,mpg,mpe,mpv,vbs,mpegv" > > and in netscape->preferences->Navigator->Applications > en entry for "MPEG Video": > mpeg_play -dither color -quiet -loop -quality on -controls off %s > > Then just make sure you have an (de-iconified) netscape running in > another virtual desktop, and the animated presentation can start :-) > > BTW, this way you can "embed" almost everything into a presentation... > I'm using it on a regular basis for computer-aided presentations (using > PPower4, which you also should have a look at if you want to do nice pdf > presentations: http://www-sp.iti.informatik.tu-darmstadt.de/software/ppower4/) > > Cheers, > > Pit > > -- > Peter "Pit" Suetterlin http://www.uni-sw.gwdg.de/~pit > Universitaets-Sternwarte Goettingen > Tel.: +49 551 39-5048 [EMAIL PROTECTED] >