ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez via ntg-context <ntg-context@ntg.nl>
To: ConTeXt users <ntg-context@ntg.nl>
Cc: Pablo Rodriguez <oinos@gmx.es>
Subject: including documents with mediaclips in other documents
Date: Tue, 14 Feb 2023 19:41:39 +0100	[thread overview]
Message-ID: <350d54d9-d918-a4cc-3b5f-b6401e33b246@gmx.es> (raw)

Dear list,

I have the following sample:

  \setupinteraction[state=start]
  \starttext
  \null\page
  \definerenderingwindow[myrenderingwindow]
    [width=\textwidth, height=\textwidth]
  \userendering[key-name][audio/mp3][audio.mp3]
    [embed=yes, auto]
  \placerenderingwindow[myrenderingwindow][key-name]
  \page
  \null\page
  \stoptext

I want to include the second page in another document.

\externalfigure[document.pdf][page=2, interaction=all] would be the
right command, but it looses the media clip.

A complete sample would be:

  \setupinteraction[state=start]
  \starttext
  \startlayout[page]
  \externalfigure[document.pdf][page=2, interaction=all]
  \stoplayout
  \stoptext

Given this sample, is there any way to include the page (or the whole
document) with the media clip and all its functionalty?

Many thanks for your help,

Pablo
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2023-02-14 18:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-14 18:41 Pablo Rodriguez via ntg-context [this message]
2023-02-14 21:43 ` Hans Hagen via ntg-context
2023-02-15 16:35   ` Pablo Rodriguez via ntg-context
2023-02-15 16:55     ` Hans Hagen via ntg-context
2023-02-15 17:10       ` Pablo Rodriguez via ntg-context

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=350d54d9-d918-a4cc-3b5f-b6401e33b246@gmx.es \
    --to=ntg-context@ntg.nl \
    --cc=oinos@gmx.es \
    /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).