ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ConTeXt mailing list <ntg-context@ntg.nl>
Subject: Re: presentations
Date: Mon, 25 Feb 2002 13:05:19 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20020225130321.05c93608@server-1> (raw)
In-Reply-To: <20020225104953.A14595@mnw.art.pl>

At 10:49 AM 2/25/2002 +0100, Piotr Kopszak wrote:
>Hello,
>
>I just started using Context again after a rather long break. I'm
>working on a presentation. I know it's possible to include movies in
>pdf files using ConText, but is it possible to add some background
>noise from a sound file to a sequence of screens and synchronize them
>somehow?

The following code syncs sounds with pages

\setupinteraction[state=start]

\starttext

\useexternalsoundtrack[dooropen][dooropen.wav]
\useexternalsoundtrack[doorslam][doorslam.wav]

% new : \setupexternalsoundtracks[option=repeat]

\setupinteraction[openpageaction=StartSound{dooropen}] test \page
\setupinteraction[openpageaction=StartSound{doorslam}] test \page

\stoptext
.
I added option=repeat (a few lines patch; will be in next beta) so that one 
can now habe ambient sounds too.

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-pod.nl
-------------------------------------------------------------------------


  reply	other threads:[~2002-02-25 12:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-25  9:49 presentations Piotr Kopszak
2002-02-25 12:05 ` Hans Hagen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-03 19:13 Presentations Mathias Schickel
2017-04-03 20:55 ` Presentations Aditya Mahajan
2017-04-04  6:48   ` Presentations Mathias Schickel
2008-08-13 17:58 presentations Hans Hagen
2003-08-18 10:18 Presentations Eduardo Cassiraga
2003-08-18 10:39 ` Presentations Giuseppe Bilotta
2003-08-06  6:52 Presentations Eduardo Cassiraga
2001-10-30 17:51 presentations Patrick Gundlach
2001-10-31  8:58 ` presentations Hans Hagen
2000-04-29  4:26 Presentations David Arnold
2000-04-29  4:51 ` Presentations Johannes Hüsing

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=5.1.0.14.1.20020225130321.05c93608@server-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /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).