Is it possible to stream video into a PDF document with HTML 5?

I'm trying to get around using flash to stream videos into my interactive PDF documents, as it's not supported on iOS. I'm wondering if there's a way to use HTML 5 to acomplish something similar. I have access to both InDesign CC and the latest version of Adobe Acrobat Pro.

An alternative is to separate the quiz pages to a separate document and include it in the main PDF as a file attachment. You can create links in the main document to the attachment so that it opens in a new window. When this quiz document is closed, the main document will be open.

Similar Messages

  • Streaming Videos into an Article

    I'm currently trying to reduce my apps file size by hosting videos on a youtube. Is it possible to stream video into an article within my folio and recreate the same viewing experience as the video player? Can I fit the streamed video to certain size ? Play full screen, etc? I'm trying to do it using the web content overlay feature but it loads the entire webpage and not just the video. Thanks Cam

    I don't know if streaming video works perfectly yet, but I did try to stream a video from Vimeo yesterday in a web content overlay. I used the Embed code from the Vimeo page (click Share, then copy Embed code) and created an HTML file in Dreamweaver and inserted that code into the body. Saved the file, and added it to the web content overlay and it works.
    I set the overlay dimensions to match the dimensions in the embed code, and when playing the video I was able to click on the Fullscreen icon to get it to render fullscreen but quality is based on the Vimeo source file.
    The v22 release notes mention improvements with video streaming (I'm still on v21) so that tells me there might be some limitations or drawbacks currently, but I'm not knowledgeable enough about it yet to know what those might be.
    I hope this helps,
    Paul

  • How to embed a mp4 video into a pdf with acrobat pro XI?

    I'm  trying to embed a mp4 video into a pdf using Acrobat Pro XI.  When I try to play the video, all I see is a black box. The video is H.264 codec. I've tried on a PC and Mac and get the same results.

    Video playback in the Acrobat Family uses Flash Player, so if it works in FP (loaded via an HTML page) then it should work in your PDF. First suggestion is to use the free MediaInfo tool to check exactly what the internal structure reports as.

  • Is it possible to insert data into a MySQL database with Java?

    Hello everyone!
    I would like to know, if it's possible to insert data into a MySQL database, with a JFrame inside a servlet?
    When the JFrame is first created it calls this method:
         * Connects the servlet with the MySQL database.
        private void connect(){
            try{
                Class.forName("com.mysql.jdbc.Driver");
                connection = DriverManager.getConnection(
                        "jdbc:mysql://localhost:3306/data", "root", "omfg123");
            }catch(ClassNotFoundException cnfe){
                cnfe.printStackTrace();
            }catch(SQLException sqle){
                sqle.printStackTrace();
        }Then, when you click the "Add" button, it executes this code:
                add.addActionListener(new ActionListener(){
                    @Override
                    public void actionPerformed(ActionEvent ae){
                        String employee = employeeName.getText();
                        String[] args = employee.split(" ");
                        firstName = args[0];
                        lastName = args[1];
                        execute();
                });And this is my "execute()" method:
         * Connects the servlet with the MySQL database.
         * - And executes the SQL queries.
        private void execute(){
            try{
                PreparedStatement statement = connection.prepareStatement("insert" +
                        " into employees values(" + firstName + ", " + lastName
                        + ")");
                ResultSet result = statement.executeQuery();
                String fullName = firstName + " " + lastName;
                printer.write("Employee " + fullName + " added.</br>");
            }catch(SQLException sqle){
                sqle.printStackTrace();
        }But when I click the "Add" button, nothing happens.

    This is what I use to insert into mysql. It works on windows.
    try {
                Class.forName("com.mysql.jdbc.Driver");
                String connectionUrl = "jdbc:mysql://" + loadip + "/custsig?" +
                        "user=root&password=";
                Connection con = DriverManager.getConnection(connectionUrl);
                newproc = jTextField1.getText();
                newsoft = jTextField2.getText();
                newdeb = jTextField3.getText();
                newcust = jTextField4.getText();
                if (newcust.equals("")) {
                    errorsig12 = 1;
                    jLabel1.setForeground(new java.awt.Color(255, 0, 0));
                } else if (newsoft.equals("")) {
                    errorsig12 = 1;
                    jLabel2.setForeground(new java.awt.Color(0, 0, 0));
                } else if (newproc.equals("")) {
                    errorsig12 = 1;
                    jLabel3.setForeground(new java.awt.Color(0, 0, 0));
                } else if (newdeb.equals("")) {
                    errorsig12 = 1;
                    jLabel4.setForeground(new java.awt.Color(0, 0, 0));
                if (errorsig12 == 0) {
                    PreparedStatement ps = con.prepareStatement("insert into customer set cust_name = ?,  software = ?, processor = ?, debit = ?");
                    ps.setString(4, newdeb);
                    ps.setString(3, newproc);
                    ps.setString(2, newsoft);
                    ps.setString(1, newcust);
                    int rs = ps.executeUpdate();
            } catch (SQLException eg) {
                System.out.println("SQL Exception: " + eg.toString());
            } catch (ClassNotFoundException cE) {
                System.out.println("Class Not Found Exception: " + cE.toString());
            }

  • When streaming video on my iPhone 4s with OS 7.1

    When streaming video on my iPhone 4s with OS 7.1 the sound is fine but the video is like watching a slide show.  What's causing this?

    Thank you but I got that figured out. The issues is in that the text from incoming Emails are so small  it is difficult to read. If you increase the font size using what you suggested, incoming is easier to read but when you compose a new email it is like getting far fewer words on the screen because the text is so large.
    Something changed in the new version of the operating system!

  • InDesign CS6 - Can you add Google Walking Tour into a PDF document or interactive pdf?

    Hello,
    I am trying to figure out how to add a Google Walking tour into my pdf document. I tried using the HTML feature in InDesign CS6 but all i get is a static image of a map. Acording to the features of InDesign this should be working correct? Please let me know if this is possible or not. Thank you!
    this is an example of the kind of a tour i am talking about:
    https://www.google.com/maps?q=churchill+downs+apartments&ll=39.668589,-104.889007&spn=0.00 7325,0.016512&sll=39.669082,-104.889653&layer=c&cid=6959793594299031036&panoid=xDKaTZWvSuU KbJAQUvKKcA&cbp=13,304.18,,0,0&hq=churchill+downs+apartments&t=m&z=17&cbll=39.66918,-104.8 90121
    I've copied the HTML that Google provides for embeding but no success yet. Thanks!

    That will work in DPS, but not, AFAIK, in PDF.
    Bob

  • Hello! I would like to know the procedure to turn a word document into a PDF document via Adobe Reader.

    Hello! I would like to know the procedure to turn a word document into a PDF document via Adobe Reader. Do I have to pay for it or just sign up? Thank you in advance.

    "...the procedure to turn a word document into a PDF document via Adobe Reader." 
    Not possible.
    No version of Adobe Reader can:
    --| create PDF 
    --| manipulate PDF page content  
    --| export PDF page content
    Adobe Reader XI does provide a "connection" to various Adobe hosted online subscription services (that are under "acrobat.com").
    There is a subscription services can create PDF from supported file formats that are uploaded to the service.
    This subscription service is "PDF Pack".
    With an active (paid up) subscription to a service one can make use of the service.
    Be well...

  • Convert multipage Spool (ALF)  into separated PDF documents

    Hi,
    is it possible to convert one multipage ABAP spool(ALF) into separated PDF documents. For example: I have a spool with 3 pages and want to convert it into 3 different PDF documents.
    With function 'CONVERT_ABAPSPOOLJOB_2_PDF' I can only convert into one PDF document.
    Thanks in advance,
    René

    hi,
    Welcome to SDN forum.
    Refer to these links
    Re: ALV List as PDF
    Re: Print to PDF file
    Reward with points if it is helpful
    Regards
    Alfred

  • How do I scan multiple pages into one pdf document on a HP Envy 4501 Printer

    My HP Envy 4501 Printer won't let me scan multiple pages into one pdf document.
    I went to "Advanced Settings", clicked on "file" and made sure that the check box next to "Create a separate file for each scanner page" was unchecked.
    When I clicked the Save button it showed the page that I scanned and showed 1/1.  On the right side it had options for changing the brightness and Contrast, Rotate and Crop and "Back", "Save" and "Done" buttons, but nothing about scanning another page.
    Not to mention HP's Customer Support is useless!
    I'd appreciate any help I can get with this problem.
    Thanks,
    Mark

    Hi BH,
    I see your diagram.  I just scanned something.  The screen that I'm looking at right now shows the preview page and the scroll box to the left of that just like in your diagram.  The screen does not show the + button nor does it show the red x button under the scroll box as in your diagram.  I can't see the plus sign because it is not there.
    I tried re-installing the software and drivers as you suggested but that did not have any affect.
    Thank you for trying to help me with this problem but it hasn't worked, therefore I can't mark the reply "Accept as Solution".
    I've noticed that on HP's support forum web page there is only 1 solved request for assistance.  That doesn't give me much confidence in HP.
    Please reply back to this post to let me know if there is anything else that I can try or if you know someone else at HP that can help.
    If I don't here back from you, I'm returning this HP Envy 4501 Printer to get my money back to use it to buy a printer from one of HP's competitors.
    Thanks,
    Mark  

  • How to print an excel file (2010 version) with multiple tabs into a pdf file with bookmarks (acrobat 9). I was able to do this easily using excel (2007 version).

    Recently I got a new laptop, with excel 2010 version and acrobat 9 standard.
    I could no longer print (save as) an excel file with multiple tabs into a pdf file with bookmarks.
    My old computer has excel 2007 version and acrobat 9 standard.
    Print an excel file into pdf with bookmarks was a piece of cake.
    Both machine has the same add-in -- Acrobat PDFMaker Office COM addin
    Thanks if anyone could help me with this.
        Tom

    You need to upgrade Acrobat to a newer version.
    On Thu, Oct 30, 2014 at 4:12 PM, excel-pdf-bookmarks <

  • Import multiple records into a PDF document?

    I'm not sure I'm using the correct terms, but let me spell out my problem.
    I have a PDF document with several text forms named with the same names as columns in an Excel spreadsheet saved into txt format.
    The forms are duplicated onto several pages so if there are five records in the spreadsheet, there are five pages in the PDF.
    I am able to open the PDF and choose Import Form Data and point to the Excel txt file.
    But in the Import Data from Delimited Text File dialog box, I am only able to choose one record at a time.
    I was hoping to be able to import multiple records onto multiple pages. This way I could do a bulk printing of the spreadsheet data into the PDF. But doing one record at a time is cumbersome and won't work as we expand the project.
    Any clues as to how to do this better?

    John,
    I don't have the actual client's data as that is proprietary.
    I do have two silly little test files that I put together, but I think you've answered my question.
    I've already told the client to use Word (gasp) and Excel with a mail merge and then export to PDF or print directly.
    Ironically this could have also been done with InDesign.
    But as much as I had to recommend Word, it was nice that the client started out by wanting PDF.

  • How to combine three PDF documents into one PDF document ?

    Hi Folks,
    I have a requirement to combine 3 PDF documents into One PDF document, let me explain clearly.
    I have developed two Adobe forms in T.code SFP and I have one PDF docuement which is stored in DMS (T.code CV02n), and now I want to combine these three PDF documents into one pdf.
    I have tried below link, but only 50% can able to do my requirement.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/404e4dc1-a79c-2d10-a7b5-9a266dfed9cb?QuickLink=index&overridelayout=true
    Is there any best solution to fix this.
    Best Regards,
    Naresh Kumar.

    Hi Lukas,
    Thanks for your response on this.
    Krisztian's solution will work/merge only for Adobe forms created in T.code SFP but can't merge with the pdf document which is sitting in CV02N (This doesn't have Adobe form name in T.code SFP), this is what I understood.
    And one more bad news is we are not able to install that unix file in our client system, it is not compatable.
    Best Regards,
    Naresh Kumar.

  • IMac. Adobe Acrobat Pro 8.3.1. Since I installed Yosemite, cannot insert a pdf document into a pdf document. What's my upgrade?

    I have an iMac with Yosemite. I have Adobe Acrobat Pro van 8.3.1.
    I am unable to insert a pdf document into a  pdf document. I go to Document/Insert in the menu bar, get a spinning ball, can do nothing with the app except force-quit.
    What's my upgrade? I cannot find one. Do I have to pay full price for a version that will work?

    Your version of Acrobat is quite old and not compatible with any current OS, so problems are to be expected. It is too old to qualify for an upgrade as well, so if you want the current version (XI) then you need to purchase a new license, which you can do via the Adobe Products Page.

  • Issue with getting the entire spooled job into the pdf document

    Hi All,
    My scheduled job runs fine and completes successfully but it appears to have some issues with getting the entire spooled job into the pdf document which it sends to a an end user.Has anyone encountered it before.Your kind assistance would be appreciated.
    Thank you.
    Regards,
    John

    Hi,
    Please read below link for your query:-
    http://help.sap.com/saphelp_nw04/helpdata/EN/85/54c73cee4fb55be10000000a114084/content.htm
    Regards,
    Anil

  • Save editable form into regular PDF document using Acrobat Reader

    Hello,
    With Adobe Pro, I've created a PDF form using the following:
    Save As Other...
    Reader Extended PDF
    Enable More Tools (includes form fill-in & save)...
    Once saved, I am sending this form to colleagues for them to fill out.  These colleagues only have access to Acrobat Reader.
    What I'm hoping to do is to have them save the file into a regular PDF document with the info inserted in the form but without the option to change the form info (change from editable form to regular PDF file).
    Thanks for your help.

    Hrm, OK. Well I actually DON'T have my document set as a reader extended PDF. If i fill out my fields then try to use the sign feature, it's not flattening the fields when I save/close reopen. They are still editable.
    Just as a test, I saved it as reader extended and the sign feature is grayed out as you stated it should be. I am using acrobat X to create my fields and using reader XI to test inputting data/saving.
    I need users to be able to fill it out, save then send and the recipient NOT be able to modify the fields. Am I missing something with the sign feature?
    Thanks again for the reply!

Maybe you are looking for

  • ITunes wont download - windows 7

    Hi I have an iPhone 4, when i purchased it it automatically downloaded iTunes and ran perfect. BUT the latest version was released along with the latest software for the iPhone and i could not start the download. No matter how many times i tryed the

  • Relating debugging of program.

    hi experts. i want to learn how to do debug of program. how to use break point. how to use watch. how to debug selection-screen and module pool programming. please help it is very urgent. give some link also.

  • Anyone smart enough?

    My program does not have any errors until compiling where it states: java.lang.NullPointerException      at project2.Collection.getNum(OrderProcessing.java:171)      at project2.OrderProcessing.main(OrderProcessing.java:240) so basically it doesn't l

  • Satellite L670D External Simple Drive HDD issue

    OS Windows 7 Home. Preloaded by Toshiba. Have a Toshiba simpledrive 1T. When plugged into USB port then hardrive are rewritten with shortcuts. Hard Drive Properties in explorer shows the correct volume data on the drive but I do not have access to th

  • Error "Valid Value - Value do not Exist" for payment terms

    Hi, I am trying to change the payment terms in a Sales Order using UIAPI. Although the value i am using to update is a valid value, i get the following error: Valid Value - Value do not Exist My code is as folows: Dim sNewValue as String sNewValue =