Skip navigation
hamishmac100
Currently Being Moderated

Streaming videos within acrobat

Sep 13, 2012 5:26 AM

I'd like to stream videos (with controls) directly into and kept within acrobat X pro documents without them being redirected to my webpage or a separate vimeo or google docs type page .

Basically I want to maintain the look and functionality of embedded videos only via streaming. Is this possible ?

Screen Shot 2012-09-13 at 9.43.59 PM.png

 
Replies
  • Currently Being Moderated
    Sep 13, 2012 7:48 AM   in reply to hamishmac100

    Yes, perfectly possible - provided the stream is being sent in Flash format (RTMP or RTMPE) and not via something like RealMedia. Simply create a new Video annotation in Acrobat Pro and enter the URL for the stream instead of browsing for a file.

     

    If you aren't streaming but instead are serving a progressive download (via HTTP) then you can also enter that as a URL, but it must end in the extension for a recognizable video format:

     

    http://my.videoserver.web/files/demo1.flv is OK.  http://my.videoserver.web/send.php?file=demo1 is not, but http://my.videoserver.web/send.php?file=demo1&format=flv will work.

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 14, 2012 1:42 AM   in reply to hamishmac100

    You can set a video rich media annotation (RMA) to open in a floating window, but the skin has to be self-contained - the playback controls are embedded in the PDF file as a SWF widget, not downloaded from anywhere else. In Acrobat X itself you cannot set the position of the floating window (it's possible with low-level code, not from within Acrobat). RMAs can be activated by scripted text links.

     

    Creating a non-popup RMA is very easy - pick the Video tool from the Tools Pane > Content panel, drag out a rectangle on your page where the player is to be shown, and pick the URL or file. Once created, return to the hand tool and click it to activate.

     

    To create a popup version triggered by a text link:

     

    • Click and drag a small region to use as a placeholder (ut can be as small as you want).
    • Add the video file or URI.
    • Click "Show Advanced Options" on the dialog and set the playback style to use a floating window.
    • Then create a new link (Tools > Content > Link) around your text
    • Set the link properties to "custom link"
    • Click the Actions tab and choose "Multimedia operation".
    • Click Add, and make sure your video is the one selected on the list.
    • Set the Action to "Play".
    • Click OK to close the dialogs, then switch to the hand tool and click the link region.
     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points