Skip to main content
Participant
June 25, 2008
Question

Video clips in Framemaker7

  • June 25, 2008
  • 3 replies
  • 434 views
I can import an AVI video clip, as an object, into my Framemaker7 document and I can run it by double-clicking on the graphic (it is the first frame of the video). However, when I make an Acrobat file, the graphic shows up in the pdf file, but it is not active. That is, the graphic won't run. Any ideas how to fix this?
    This topic has been closed for replies.

    3 replies

    Participating Frequently
    June 25, 2008
    To create a link to the movie in FrameMaker that, when converted to PDF, will open the movie in its associated application, use the following hypertext marker:

    message openfile filename.ext

    This works for any file type that you wish to launch from a PDF; it opens in the associated application (after a security message is displayed, which can be suppressed once per session).

    Starting with Acrobat 6, media files can be embedded in the PDF.
    Sample PDFs which demonstrate various media options are available at
    http://www.microtype.com/ShowcaseMultimedia.html
    (all PDFs were produced with TimeSavers+Multimedia Assistant with no post-creation actions in Acrobat, but it is also possible to define similar features manually in Acrobat, redoing this when the PDF is re-created).

    Starting with Acrobat 6, about 18 different pdfmark commands are needed to define a single media item with its required settings, which is why I have developed the Multimedia Assistant (FM-to-PDF TimeSavers extension). For example, the following a single hypertext marker defines an embedded movie, that is played when clicked, with additional settings related to the format and playback:
    alert ~MM (Candle) (candle.mov) /mov /1140 /click /emb

    [Thanks for your recommendation, Arnis!]

    Shlomo Perets
    MicroType, FrameMaker/Acrobat training & consulting

    "24 easy ways to improve your PDFs with FrameMaker-to-Acrobat TimeSavers/Assistants",
    http://www.microtype.com/ImprovePDF.html
    Participant
    June 25, 2008
    Thanks for the quick reply Arnis.

    I prepared a text frame as described in the Framemaker manual and tried hypertext marker command "Message Client," to invoke the video file. This seems to be the only applicable command, and it doesn't work. In fact, the manual says this "does not work" for PDF or HTML.

    Is pdfmark coding something different?

    I have never seen an embedded video in a pdf file, so I wonder if it is even possible.
    Arnis Gubins
    Inspiring
    June 25, 2008
    Paul,

    First, you need to get hold of the Acrobat pdfmark documentation
    (http://www.adobe.com/devnet/acrobat/pdfs/pdfmark_reference.pdf ).

    You'll need to use the "/Ann pdfmark" for inserting a movie (or sound
    effects).

    There are some tutorials on using pdfmarks, with the best one being by
    Thomas Merz (pdfmark primer) at
    http://www.pdflib.com/developer/technical-documentation/books/pdfmark-primer/

    The easiest route is using Shlomo Perets' Timesavers.
    Arnis Gubins
    Inspiring
    June 25, 2008
    Paul,

    You either have to enter the correct pdfmark coding in a postscript
    text frame (or imported EPS file) or use Shlomo Perets' TimeSavers
    tool (see
    http://www.microtype.com/timesavers_Assistants.html#MultimediaAsst ).