ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>, pdftex@tug.org
Subject: Re: [pdftex] swf objects in pdflatex
Date: Thu, 30 Dec 2004 10:30:49 +0100	[thread overview]
Message-ID: <41D3CAC9.6060306@wxs.nl> (raw)
In-Reply-To: <41D34943.5000203@cs.caltech.edu>

Peter Schröder wrote:

> Does anyone have experience (success or horror stories) regarding the 
> inclusiong of flash content in pdf files?

   http://www.pragma-ade.com/itdemos/internal/media/mediashow.pdf


it runs ok in acrobat 6, but somehow not in (at least my installation of) 
acrobat 7, so there is some horror story attached: my experience is that much of 
this functionality in acrobat ends up in there untested (I will look into a 'way 
around 7' later)

this is the source file:

<?xml version='1.0' ?>

<!-- Author : Hans Hagen / PRAGMA ADE / www.pragma-ade.com -->

<!-- texexec --pdf --use=mediashow mediashow.xml -->

<rl:resourcelibrary xmlns:rl='http://www.pragma-ade.com/xml/schemas/reslib.rng'>

     <rl:mediaclip label='sample 1'>
         <rl:name>Quicktime Movie</rl:name>
         <rl:mime>video/quicktime</rl:mime>
         <rl:file>mediashow.mov</rl:file>
         <rl:picture>self</rl:picture>
         <rl:width>8cm</rl:width>
         <rl:height>6cm</rl:height>
         <rl:text>This movie was made while waiting for a plane transfer
         in San Francisco on the way back from TUG 2003 on Hawaii to
         Europe. Pier 39 is located is the Bay Area.</rl:text>
     </rl:mediaclip>

     <rl:mediaclip label='sample 2'>
         <rl:name>Shockwave Simulation</rl:name>
         <rl:mime>application/x-shockwave-flash</rl:mime>
         <rl:file>mediashow.swf</rl:file>
         <rl:picture>self</rl:picture>
         <rl:text>This simulation is made by Johan Jonker. This kind
         of animations goed under the names Flash and Shockwave.</rl:text>
     </rl:mediaclip>

     <rl:mediaclip label='sample 3'>
         <rl:name>Smil Presentation</rl:name>
         <rl:mime>application/smil</rl:mime>
         <rl:file>mediashow.smi</rl:file>
         <rl:picture>self</rl:picture>
         <rl:text>Here we see a one-picture slide show coded in SMIL. This
         picture is a downsampled 8 bit PNG version of the high resolution 24
         bit JPEG graphic; the viewer cannot handle the original.</rl:text>
     </rl:mediaclip>

     <rl:mediaclip label='sample 4'>
         <rl:name>MP3 Soundtrack</rl:name>
         <rl:mime>audio/mpeg</rl:mime>
         <rl:file>mediashow.mp3</rl:file>
         <rl:picture backgroundcolor='black'>mediashow.jpg</rl:picture>
         <rl:text>This is the soundtrack to a movie made at Pier 39
         in San Francisco. The quality is rather low because no high
         end equipment was used. We compensate this by showing a high res
         graphic.</rl:text>
     </rl:mediaclip>

</rl:resourcelibrary>

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.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

           reply	other threads:[~2004-12-30  9:30 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <41D34943.5000203@cs.caltech.edu>]

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=41D3CAC9.6060306@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).