Issue viewing multiple embedded videos in single pdf

Hello,
I am having trouble viewing pdfs with more that three videos embedded.  For some reason only the first three videos play correctly.  All successive videos play a copy of one of the first 3 videos.
If I change the order in which I view the videos I can see all of them however after the third I have to reopen the pdf.  This is very annoying for presentations.
Any help would be greatly appreciated.
Brett

You might as well ask this in the Acrobat forums. InDesign has absolutely nothing to do with the play of multimedia in Reader or Acrobat. It only is the agent for embedding the video.
However, if you set too high a resolution, bit rate, etc. when you created a video that would play a part.
The Rich Media & 3D Acrobat forum is probably the best place to ask:
Rich Media & 3D

Similar Messages

  • How do I scan multiple documents to a single pdf from the ADF on my MX922?

    How do I scan multiple documents to a single pdf from the ADF on my MX922?
    Solved!
    Go to Solution.

    Hi Riceburner1,
    Since you have had difficulty scanning using My Image Garden, you can scan using the IJ Scan Utility program that also comes with the printer.  To do this, please follow these steps:
    1. Place the documents in the ADF or on the platen glass of the printer.
    2. Start the IJ Scan Utility.
        For Windows 8.1:
        1. On your keyboard, press the Windows key.
        2. Start typing IJ SCAN UTILITY. The search window opens as you type. Once the IJ SCAN UTILITY is displayed, please select and open it, then continue with Step 3 below.
        For Windows XP:
        1. Go to your START MENU, then select ALL PROGRAMS, then CANON UTILITIES, then the IJ SCAN UTILITY program.
        2. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears. Please continue with Step 3 below.
    3. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears.
    4. Click the DOCUMENT SCAN option on the left pane of the window. In the Select Source field of the Scan Options section, select DOCUMENT (ADF/PLATEN) to scan items placed directly on the platen glass, DOCUMENT (ADF SIMPLEX) to perform single-sided scanning from the ADF, or DOCUMENT (ADF DUPLEX) to perform double-sided scanning using the ADF. You can then set the item size, resolution, etc. in the Scan Options section as desired.
    5. In the SAVE SETTINGS section of the window, you will select the save format and location of the document you are about to scan.
         a.) In the FILE NAME field, specify the name you would like to give the file. By default the filename will begin with IMG; you can remove IMG and change it to whatever you would like to name the file.  Please note that the filename that you give the document here will be the default filename for all items scanned until you change the file name.  If you leave the file name the same in the field, the scanned item will have a sequential number appended to the end of whatever name you give it.
         b.) In the DATA FORMAT field, use the drop-down arrow to select the desired option. If you are scanning a multipage document, select the PDF (Multiple Pages) option.
         c.) In the SAVE IN field, please navigate to the area where you would like the file to be saved once it is scanned in. By default, the file will be saved in the MY DOCUMENTS folder.
    6.  In the APPLICATION SETTINGS section of the window, please select the DO NOT START ANY APPLICATION option.  
    7. Once all settings have been selected, click the OK button at the bottom of the SETTINGS (DOCUMENT SCAN) window. The IJ Scan Utility main screen appears.
    8. Click the DOCUMENT button. Scanning starts. Click the CANCEL button to cancel scanning if needed.   Once the scan is completed, scanned images are saved in the previously selected folder location specified in the SETTINGS... window.
    Hope this helps!
    This didn't answer your question or issue? Please call or email us using one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Multiple smartform output to single pdf file

    HI,
    I am new to ABAP. I have a requirement to combine multiple smartfrom output to  single pdf file.  I searched in this site. I got material but i did not get the complete concept. Can anybody tell me the methodology and sample code to do that.
    Thanks & regards,
    Maha.

    Hi Mahalakshmi,
    Clik on the link to view document: <b>[Combining Multiple Smartform Outputs Into One PDF File|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/62ae7fcd-0b01-0010-3e9d-a54f26944450?overridelayout=true]</b>
    Thanks
    Venkat.O

  • Hiding filenames when combining multiple files into a single .pdf

    I'm fairly new to this Acrobat X. I'm trying to assemble my portfolio to distribute to employers but I cannot seem to get rid/hide the filenames in the final pdf file. I was using the option to 'combine multiple files into a single pdf' because I was compiling images and documents to a single readable pdf file. I got all that done but once I open it, I'd see that each page would still contain the original file names rather than page numbers - which I prefer not to have employers see for the sake of tidiness (and I refuse to use the Adobe portfolio because it's not really efficient on space or design. I prefer a simple page-by-page pdf). So I was wondering if anyone can tell me how to hide my file names, change them into page numbers or getting rid of them all together so the 'Table of Contents' in the pdf preview mode would not show anything, I would really much appreciate it.
    -Ss

    Well, when the .pdf is in the final, deliverable form; I open it in Mac preview mode and the sidebar is always extended showing a 'table of contents' rather than having each document in the pdf file have a number designating a page name, it shows each individual filename the pdf is composed of. Not too sure about bookmark, though. Thanks for the reply!
    If you want, I can send the file to you.

  • Generate and Print Preview Multiple Forms in a Single PDF

    There have been other questions similar to this but none directly address my problem.  We have the need to generate multple forms in a .pdf using Adobe interactive forms.  We can generate the multiple forms, but the user has to click on each form to view.  They want to have the forms in a single document that they can scroll through before printing.  We can do this in SmartForms but need to do it in Adobe.  Does anyone know how to generate multiple forms, either multiple copies of the same form or various forms, from an ABAP program into a single pdf that can be print previewed, in scrollable form, by the user?

    I can describe it one more time, I think:))
    You have multiple options, but only one "reasonable" within SAP.
    You can call an external application (through command line etc.) to concatenate forms for you.
    You can use iText as mentioned in the thread, and write yourself a "tool" which will concatenate the forms for you.
    Both these "options" would not be acceptable for my clients, I name them to help you get the whole picture.
    Then there is the third option: use a form for a single instance (template/ form A) and create a new form (form B), where you will use the A template:
    - you need to: create a new interface where everything from the old interface is a row of the table (example: you have a form to print out the personal card of the employee, so in a new form you will need to use a table, where a row is an employee)
    - you need to create a new form layout based on the new interface:
    in this new layout you will paste the whole layout of the old form (A/ single instance) and wrap it into a subform. The added subform will work as a table (you will bind that to the table from interface) and everything from the old template within this new subform will work as a "row" (something what you can repeat for each data item).
    Does that sound reasonable?
    Cheers Otto

  • Scan multiple pages into a single PDF document?

    How can i scan multiple pages into a single multipage PDF file?
    I've seen similar questions posted, but I haven't found any good answers. The only advice i saw was to scan each page as a separate PDF document, then merge them into a single PDF using third-party software.
    Obviously, i don't want to have to do that.
    I can't believe that there really is no way to do it using the existing HP print/scan utilities provided with the hardware.
    My printer/scanner is the "HP Photosmart 5514 e-All-in-One Printer - B111h", and i'm running Vista (64-bit) on an HP Pavillion notebook.
    This question was solved.
    View Solution.

    Hi,
    From the HP Scan software (Start > Programs > HP > HP Photosmart 5510 Series > HP Scan) select PDF and ensure the resolution is 300 DPI or lower.
    Ensure the Show Scan Preview option is checked and click on Scan.
    Once scanning the first page completes, place the next page on the glass and click the plus button below the scan preview...
    Once you are done click on Save.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Combining multiple files into a single PDF/A

    The issue brought up in another discussion is the loss of PDF/A conformity when “merging” multiple PDF/A files into a single file (I use PDF/A for preservation of corporate records). The “insert” option retains conformity but does not allow inserting multiple files in a certain order, unless you insert them one by one (which is a pain when you have 50 files to attach).
    The solutions I’ve come up with so far:
    1)     1)  In AAPro – combine files into a single PDF and then convert it to PDF/A using Preflight. This is easy, my only problem is that I don’t have AAPro (and AAStandard doesn’t convert to PDF/A).
    2)     2)  In AAStandard – combine files into a single PDF and then “print” to PDF/A. The problem of this “re-frying” is that it only creates PDF/A-1b (not 1a), bookmarks and OCR of scanned pages are lost, and files become significantly larger.
    I wonder if anyone knows a more intelligent way around this problem, provided that I only have AAStandard. Thanks!

    Well, when the .pdf is in the final, deliverable form; I open it in Mac preview mode and the sidebar is always extended showing a 'table of contents' rather than having each document in the pdf file have a number designating a page name, it shows each individual filename the pdf is composed of. Not too sure about bookmark, though. Thanks for the reply!
    If you want, I can send the file to you.

  • Multiple JSPs output into single PDF file

    Could anyone guide me on how do I combine output of multiple JSP files into a single PDF file? I have got 8 different reports and shall required to have single output of all of them in a PDF file. Its urgent. Please help.

    Hi Mahalakshmi,
    Clik on the link to view document: <b>[Combining Multiple Smartform Outputs Into One PDF File|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/62ae7fcd-0b01-0010-3e9d-a54f26944450?overridelayout=true]</b>
    Thanks
    Venkat.O

  • Scanning multiple pages to a single PDF

    I need to scan (with a standard HP all-in-one) multiple pages and save them to a single PDF. Does anyone know how to do this? I was hoping to scan individual pages into individual PDFs, then combine them somehow -- but I can't figure out how Mac OS can do that. Any thought? Thanks in advance.

    Combine PDFs
    Good luck.

  • Viewing multiple music videos on I-Phone

    How do you view multiple videos on the I-Phone. I can view all individually but cannot find a way to have the Phone view one after the other. I seem to be able to select and play only one at a time. When the video stops, I have to reselect another video to see it. Can't these be set to play continuously as they can on the I-Pod?

    Differentiating calendars by name or color is not supported at the present time.
    Under the Info tab for your iPhone sync preferences below Calendars, there is a "put new events created on this iPhone into the calendar" and select the calendar you want for this purpose.

  • Swf with embedded videos pauses in PDF output (CP6)

    I've created a CP project that includes several simulations recorded on slides. The HTML and HTML 5 outputs run smoothly, but the PDF output pauses at the end of each embedded video. Is there a setting or property that will run the entire swf without pausing?

    Hello,
    Welcome to Adobe Forums.
    Is your Simulations are Video Demo & Automatic Recording ?
    Thanks,
    Vikram

  • Examples for converting multiple form output to single pdf

    Hi all ,
         I need sample code or examples for converting multiple smart form outputs (more than 1)  to single pdf. Can someone provide that? Reply  ASAP 
    Thanks & Regards,
    Pavan.

    Hi,
    check this:
    [How to merge multiple spools into single PDF file?;
    [Merge multiple PDF Files;
    [https://www.sdn.sap.com/irj/scn/advancedsearch?query=multipleformoutputtosinglepdf++]
    hope u'll get some idea.
    Regards,
    Sneha.

  • Live Flash Streams issue on Multiple Macs - video frozen, audio only

    With live Flash streams on some Macs, the video doesn't play and only the audio does (or more accurately, the video plays for a second or so and then shows a frozen frame while the audio keeps going).  We've had this occur on three different Macs so far, but not all Macs we've tested on.  We were able to look up the graphics cards on two of them that had issues and they both have both NVIDIA GeForce 9400M and 9600M GT listed in the System Profiler.
    Having the user manually disable hardware acceleration fixes the issue, as does pausing and then playing the video.  Running Safari in 32 bit mode did NOT fix the issue.
    Flash player release notes list this as a known issue.  When might a patch for be released?  We don't want to disable hardware acceleration for all Mac users because it only affects some of them and thus some / many would be unnecessarily negatively impacted.
    http://kb2.adobe.com/cps/901/cpsid_90194.html#main_known%20issues
    Mac users may run into rendering issues with certain live streams due to  an incompatibility between the stream encoding and the hardware  decoder. We are aware of this issue and are working with Apple to  resolve it.  Users may workaround the issue by pausing and then  unpausing the live stream.  Developers can work around this issue by  forcing the video to be decoded in software - create two Video objects,  attach the stream to the first, then stop it and attach the stream to  the second Video object (2819870, 2818959, 2779420).

    From Brad Outlaw:
    Are you reusing the same Video object for the new NetStreams?  Have you tried doing a Video.attachNetStream(null), Video.clear() and then attaching the new (or re-allocated) NetStream object?  The video pipeline might be playing out some residual data that was sent to it from the prior NetStream.
    Adding those suggestions seems have have done the trick. I had simply been trying to manipulate the NetStream and not the Video. Although I did try attaching a null NetStream to the video at one point, I had not done so with the Video.clear().

  • One Smartform - Multiple PERNRs - Output is Single PDF

    Hi Gurus,
    Scenario:
    100 Employees receive Appraisals.
    Out of which -
    50 receive Bonus
    30 receive Variable Pay
    20 receive Other Incentives
    The Forms for Bonus / variable pay and other incentives are different.
    Smartform 1: Bonus
    Smartform 2: Variable Pay
    Smartform 3: Other Incentives
    The output that i need is when the Form Generation Program is executed, i should be able to club into one Single PDF File for each
    a. 50 PERNRs who receive bonuses with Smartform 1;
    b. 30 Variable Pay PERNRs with Smartform 2; and
    c. 20 Other Incentive PERNRs with Smartform 3.
    Currently, when the Form Gen. program is executed, it is creating one smartform for one PERNR....thereby, creating 100 PDF files.....
    Kindly help.
    Kumarpal Jain.

    Can u tell me where is that i am going wrong in the below code...
    FORM GETTOB .
      WA_TAB-NSALARY1 = WA_TAB-NSALARY.
      W_FILE_PATH = L_FNAME2.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          FORMNAME                 = P_FORM
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
       IMPORTING
         FM_NAME                  = PM_NAME
       EXCEPTIONS
         NO_FORM                  = 1
         NO_FUNCTION_MODULE       = 2
         OTHERS                   = 3
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION PM_NAME
         EXPORTING
           CONTROL_PARAMETERS         = WG_CPARAM
           OUTPUT_OPTIONS             = WG_OUTOPTIONS
           USER_SETTINGS              = ' '
           ANRED                      = WA_TAB-ATEXT
           FNAME                      = WA_TAB-VORNA
           SNAME                      = WA_TAB-NACHN
           ACCOUNTNUMB                = WA_TAB-PERNR
           POSTXT                     = WA_TAB-PLSTX
           COCTXT                     = WA_TAB-LTEXT
           COSTCEN                    = WA_TAB-KOSTL
           NSALARY                    = WA_TAB-NSALARY1
           EDATE                      = WA_TAB-EDATE
       IMPORTING
        DOCUMENT_OUTPUT_INFO       =
         JOB_OUTPUT_INFO            = T_OTF_FORM_FM1
        JOB_OUTPUT_OPTIONS         =
        EXCEPTIONS
          FORMATTING_ERROR           = 1
          INTERNAL_ERROR             = 2
          SEND_ERROR                 = 3
          USER_CANCELED              = 4
          OTHERS                     = 5
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CONCATENATE WA_TAB-PERNR'_TOB_'WA_TAB-BEGDA'_'WA_TAB-ENDDA'.pdf'
      INTO W_FILE_NAME.
      PERFORM PDF_CONVERSION.
    ENDFORM.                    " gettob
    FORM PDF_CONVERSION .
      CALL FUNCTION 'CONVERT_OTF'
         EXPORTING
            FORMAT                     = 'PDF'
            MAX_LINEWIDTH               = 132
        IMPORTING
           BIN_FILESIZE                = W_BIN_FILESIZE
          BIN_FILE                   =
          TABLES
            OTF                        = T_OTF_FORM_FM1-OTFDATA
            LINES                      = T_PDF_TAB
         EXCEPTIONS
           ERR_MAX_LINEWIDTH           = 1
           ERR_FORMAT                  = 2
           ERR_CONV_NOT_POSSIBLE       = 3
           ERR_BAD_OTF                 = 4
           OTHERS                      = 5
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CONCATENATE  W_FILE_PATH'\'W_FILE_NAME INTO W_FILE_PATH.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          FILENAME = W_FILE_PATH
          FILETYPE = 'BIN'
        TABLES
          DATA_TAB = T_PDF_TAB.
    ENDFORM.                    " PDF_CONVERSION
    Edited by: Kumarpal Jain on Sep 9, 2009 2:34 PM
    Edited by: Kumarpal Jain on Sep 9, 2009 2:35 PM

  • Embedded Video in Interactive PDF from Indesign (click to activate! grr!)

    Hi guys
    I am trying to put together an interactive PDF newsletter which has a video and a small slide show in it.
    I am pretty new to this interactive element of indesign.
    The video seems to have embedded fine (it is a FLV file), but when I view the PDF and hover over it I get a click to activate message.  While this is useful in telling the user to click on it, I would much rather it was nicely greyed out with the small play triangle in the middle and worked when the user clicked on that.
    I guess my issue is a presentational one mainly.  Does this make any sense to anyone?!
    Thanks

    The way the PDF plays in Acrobat or Reader (this is what you're using, right?) is nothing InDesign has any control over.
    So this really should be posted in the Acrobat forums. However, I don't believe there is any way you can modify this message, I'm afraid.

Maybe you are looking for

  • LC ES4 form in Adobe Reader DC: "MS Office Outlook does not recognize ","...*

    I have a form created in Adobe Live Cycle Designer ES4 with extended rights leveraged in Acrobat Pro 11. The form uses an array to store a number of e-mail addresses. When a user selects a name in another field the e-mail address is 'subtracted' from

  • Get a Script error when trying to print

    I installed originally my HP LaserJet 1018 on Windows XP. Later on I downloaded the print drivers from the HP support site for Windows 7 Professional ( not sure if it's 32 or 64 bit). The print function does work from within Word 2007 but not in Inte

  • ClassCastException & JNI

    I constantly run this error whenever a JNI method is invoked           "error: system.main.ExecuteThreadGroup96859           2679628.ExecuteThread-7: Throwable.fillInStackTrace:0:           java.rmi.RemoteException: Exception           thrown in ejbC

  • Iphoto manual sort is grayed out?

    View / Sort Photos / Manually.. is grayed out in iPhoto, but I'd like to manually order the way the event groups are display in the "Photos" view... Is it possible?

  • DB Control 11g service in Win does not start....

    Hi , When i try to start the DB Control 11g service in Windows XP , it fails displaying : The OracleDBConsoleoracle11g service terminated with service-specific error 2 (0x2).Is there something i can do except for trying to drop the EM repository and