ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: pdftex@tug.org, ntg-context@ntg.nl
Subject: Re: \pdfannot and Sound
Date: Tue, 25 Jan 2000 15:21:37 +0100	[thread overview]
Message-ID: <3.0.6.32.20000125152137.008921a0@pop.wxs.nl> (raw)
In-Reply-To: <388D8048.FBA8D43E@ima.uco.fr>

At 11:51 AM 1/25/2000 +0100, Laurent Peridy wrote:

>	Could you give me a nice example to introduce sound or movie in a PDF
>file with PDFTEX ?
>	Example with all the parameters, please !
>
>	I does not arrive to understand the reference manual and so on...

Well, if you want to build this yourself, reading the specs can be useful,
especially if you want all parameters. Embedding the stuff in macros take a
few more minutes, since you have to do some housekeeping as well as reserve
space. 

In context: 

\useexternalfigure
  [everlasting]
  [some.mov]
  [width=4cm,height=3cm,label=whow,repeat=yes,preview=yes]}

\placefigure
  {An everlasting movie.}
  {\externalfigure[everlasting]}

etc etc etc \goto {Show Me} [StartMovie{whow}] etc etc 

This feature is pretty old btw. Sound is more recent and only available in
the latest versions: 

\useexternalsoundtrack[noise][veryloud.wav]

etc etc etc \goto {Hear Me} [StartSound{noise}] etc etc. 

There are some more bells and whistles and settingsand ... Also, you can
use buttons, menus and whatever you like. 

There is an example in 1999-003.pdf at our site. 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


           reply	other threads:[~2000-01-25 14:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <388D8048.FBA8D43E@ima.uco.fr>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3.0.6.32.20000125152137.008921a0@pop.wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    --cc=pdftex@tug.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).