How do I play an audio clip embedded in a PDF file in Acrobat DC for iOS?

It looks like playing audio clips from PDF files is currently not available on Acrobat DC for iOS, could this be enabled?
Also it would be nice to be able to pause/restart/stop audio playback, see audio clip length and progress bar and jump to the desired position.
Thanks

Use a SwingWorker:new SwingWorker<AudioClip, Void> () {
    protected AudioClip doInBackground () throws Exception {
        return Applet.newAudioClip (new URL ("http://www.geocities.com/darrylbu/sounds/ringout.wav"));
    protected void done () {
        try {
            get ().play ();
        } catch (ExecutionException ex) {
            ex.printStackTrace();
        } catch (InterruptedException ex) {
            ex.printStackTrace();
}.execute ();Depending on your need, you may want to make that a named class AND/OR assign it to a variable reference and call execute separately AND/OR you may want to call loop () instead of play () inwhich case you may want to assign the AudioClip to an instance field so that stop () can be called from any method.
For a console app, I would have recommended a Thread:new Thread (new Runnable () {
    public void run () {
        try {
            Applet.newAudioClip (new URL ("http://www.geocities.com/darrylbu/sounds/ringout.wav")).play ();
        } catch (MalformedURLException ex) {
            ex.printStackTrace();
}).start ();The same reasoning applies.
Please read the API for anything you're not familiar with, and get back if you have any questions.
db

Similar Messages

  • How do i play an audio clip from a server?

    I am trying to play an audio file on another server, for example:
    URL url = new URL("http://example.com/hello.wav");
    AudioClip click = Applet.newAudioClip(url);
    click.play();This doesn't seem to be working, can anyone tell me what I'm doing wrong?
    Thanks very much.
    Edited by: JavaJenius on Mar 7, 2008 6:47 PM

    Use a SwingWorker:new SwingWorker<AudioClip, Void> () {
        protected AudioClip doInBackground () throws Exception {
            return Applet.newAudioClip (new URL ("http://www.geocities.com/darrylbu/sounds/ringout.wav"));
        protected void done () {
            try {
                get ().play ();
            } catch (ExecutionException ex) {
                ex.printStackTrace();
            } catch (InterruptedException ex) {
                ex.printStackTrace();
    }.execute ();Depending on your need, you may want to make that a named class AND/OR assign it to a variable reference and call execute separately AND/OR you may want to call loop () instead of play () inwhich case you may want to assign the AudioClip to an instance field so that stop () can be called from any method.
    For a console app, I would have recommended a Thread:new Thread (new Runnable () {
        public void run () {
            try {
                Applet.newAudioClip (new URL ("http://www.geocities.com/darrylbu/sounds/ringout.wav")).play ();
            } catch (MalformedURLException ex) {
                ex.printStackTrace();
    }).start ();The same reasoning applies.
    Please read the API for anything you're not familiar with, and get back if you have any questions.
    db

  • How do I stop background audio clips from playing while browsing sites?

    Firefox is my default browser. I use Google chrome and Internet explorer sessions for background monitoring news site sessions at the same time. I have no problem with the other two browsers. While surfing with Firefox I get unwanted background audio clips that start and run by themselves. I cannot stop them. They run and then stop by their self. They are some sort of adware and I cannot find the source to remove them. I also get video clips sometimes that I can stop that run around the outside of the active window I am viewing. These is very annoying. I have uninstalled Firefox and reinstalled it but the problem does not go away. I antivirus software, registry change protection software, and registry cleaning software. The problem is with the default browser.
    How can I locate and remove the plugin, addin or service that starts this annoying activity. I have no special unwanted toolbars installed. There is nothing in the installed programs list in the control that shouldn't be there.

    I had a similar problem to this. EVERYTIME i started firefox, it would play an audio clip from a flash game i played a while ago, it would last 5 minutes before finishing. i tried the starting in safe mode, but that didn't work for me, so after that i then tried RESETTING firefox, and that has worked for me.
    On another side of startup problems, firefox would also open up a new tab on startup, usually 22find.com or do-search.com. i know these are caused by a virus and have since deleted it, but it had changed a preference file in firefox causing it to continue to open on startup.
    Having since done the firefox reset, i haven't had either of these problems AT ALL! would recommend this as a possible fix for you friend before trying any lengthy troubleshooting process or downloading any extra anti-virus removal software.
    here's the like to showing you how to reset firefox: https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems

  • How do I get this audio clip to stop processing

    I am wondering how to get this AudioClip to end. Even though it stops after 4 iterations from the for loop in main my application continues running until I hit ctrl-c. I don't want to use System.exit( 0 ) because other applications will be running and I don't want to shut them down. For now just the basics, getting this process to quit on its own. I figured I would have to close the file with file.close( ), but no luck. Help would be appreciated thank you.
    import java.io.*;
    public class PlaySound {
         static String fnm = new String("attention.wav");
         static java.applet.AudioClip clip = null;
         java.io.File file = new java.io.File( fnm );
         public PlaySound( )
              try
                   clip = java.applet.Applet.newAudioClip( file.toURL() );
              catch( Exception e )
                   e.printStackTrace( );
         public void makeAlarmNoise( )
              clip.play();   //plays the audio clip
              //sleep for a while so it doesn't cluster the sounds
              try
                   Thread.sleep( 1000 );
              catch( InterruptedException e ){ }                    
         } //end of method makeAlarmNoise
         public void stopNoise( )
              clip.stop( );
         public static void main( String Args[ ] )
              PlaySound ps = new PlaySound( );
              for( int i = 0; i < 5; i++ )
              ps.makeAlarmNoise( );
              ps.stopNoise( );
    }     

    No it doesn't -- thanks for the reply though.
    The process keeps running even after it is done playing the wav file. I hear no sound but the process must still be running if I does not come to an end.
    IT WON"T STOP. PLEASE MAKE IT STOP.
    ex> when you run a "hello world" program the program runs and prints "hello world" then brings you back to the command line.
    In my program, the program runs and then just sits there -- never bringing me back to the command line. I am wondering how to do that without System.exit( 0 ). Because when I use a GUI and use eventHandlers it still will not stop processing.
    Try running this program with a short wave (.wav) file and you'll see what I mean.
    Thank you.

  • How do I play an audio file as a soundtrack for entire keynot

    How do I play an audio file as a soundtrack for entire keynote?

    https://developer.apple.com/mac/library/samplecode/PlayFile/Introduction/Intro.h tml
    Docs are your friend....mac os has it's own just like iPhone.

  • How can I play an audio CD with QT 7.1.6?

    I want to play an audio CD with QuickTime 7.1.6.
    When I click on Open file and select the CD drive, change th file type to Audio Files and mark "Open as read-only" nothing is displayed. When I change to "All Files (.)" the tracks are showed with an ".cda" extension. When I dobleclick on a track, I get the Error -2048: the file is not a movie file.
    How can I play an audio CD with QuickTime 7.1.6?

    I confirm your issue as I just tried an audio CD in my XP laptop. "All Files" showed only the 44 byte .cda files and no others. QuickTime couldn't open them (error -2048).
    I also tried "Open File" with version 7 Pro and it couldn't open.
    Odd that I get the option to open using iTunes and it opens and plays just fine. Since iTunes uses the QuickTime engine I would have thought QuickTime could read the files directly.
    The same audio CD inserted in my Mac allowed me to double click any track and it opened directly in QuickTime Player. The files show as .aiff files measured in MB's.
    Windows users could open an audio CD in iTunes and then convert to .aiff (no compression) and then open the .aiff in QuickTime.
    I guess I should have tried myself before getting your hopes up. I apologize.

  • No sound when playing an audio clip from a website

    I'm trying to play an audio clip on a website. The site shows that the clip is playing, but I have no sound. My speakers are on and none of my volume mixers are muted. I played a clip from a different website and had sound. I spoke with Customer Service for the website where I'm not getting sound, and they tried playing the same clip on their computer, using Firefox, and it played the sound. I also tried playing a different clip on the same website, but again didn't have sound.
    I'm using Firefox 16.0.2 on Windows XP

    You can click the Volume icon on the Windows Taskbar near the clock and click the Mixer link at the bottom to open the mixer.<br />
    You can adjust the volume level for each application in that window, so make sure that Firefox is not muted or set at a low level.<br />
    Current Firefox versions use the plugin-container process to run plugins, so you need to check the volume setting for the plugin-container process.<br />
    You will only see the Firefox program or the Plugin Container in the Mixer if you are on a website that plays sound.
    See:
    * https://support.mozilla.org/kb/No+sound+in+Firefox
    * https://support.mozilla.org/kb/Video+or+audio+does+not+play
    You can clear the Flash local storage and settings if the Flash player is involved.
    *Windows Control Panel > Flash Player > Storage: Local Storage Settings
    **Remove a specific domain: Local Storage Settings by site
    **Remove all domains: Delete All and Delete Data
    Flash Website Storage Settings panel:
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
    Global Storage Settings Panel:
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html

  • How can i quick edit Audio( increase bass) of a single file?

    Hi everyone,
    Im new to FCPX. I have a bunch of videos of music gigs ive played and would like to increase the bass (via equalizer) on most of them. All these videos are already converted into an "Apple Friendly" format and are sitting comfortably in my Itunes Video folder. How can i quickly increase the bass in each video (Without having to tediously export one by one) in FCPX and do a quick overwrite over the original video without having to make an EXTRA file?
    THanks

    ok.
    "Why don't you increase the bass with the equalizer in FCP? Do it to one clip and use paste attributes to apply it to other clips."
    1) How do i copy the attributes after making the changes??
    2) How do i paste the attributes onto the next file?
    Thanks.
    Re: How can i quick edit Audio( increase bass) of a single file? 

  • How to check the resolution of a pdf file using Acrobat 9 pro?

    How to check the resolution of a pdf file using Acrobat 9 pro?

    PDF files don't have one resolution, but may have none or many different resolutions, one per image. You can check the maximum/minimum resoluion with preflight in Acrobat Pro, but not in Adobe Reader.

  • How do I edit a PDF file using Acrobat 9 - Version 9.4.0

    My company - [name deleted by host] purchased Acrobat 9 - Version 9.4.0. for me
    How do I edit a PDF file using Acrobat 9 - Version 9.4.0
    I need to edit - copy, extract text, add text, etc. from existing PDF files to SAVE my changes,
    or create a new PDF file from an existing file.
    This is very important for me to be able to do my job effectively.
    I spent over 2 hrs the last few days, and another hour today, still can't do it.
    PLEASE respond ASAP with a solution.
    Thanks in advance,
    - Daulton West
    [signature deleted by host]

    PDF is an end destination format - although Acrobat is capable of making minor changes to a file (e.g. to correct typos) it is not a word processor or DTP application. Major changes must be done in the original document, and the PDF file re-exported.
    You can copy text from a file by selecting it and right-clicking, or you can save the file as plain or formatted text. To make small changes to the text on a page, use the touchup tool - see the help file for more info.

  • How do I read a pdf file in Acrobat Reader (vs. Preview)?

    How do I read a pdf file in Acrobat Reader (vs. Preview)? I have a Mac OS, need to know the process to read a pdf file document in Acrobat Reader instead of Preview. Much thanks for suggestions.

    Right click the PDF. Choose "Open With..." Select Reader.
    Or.
    Right click and "Get Info"
    under "Opens with" change the default app to Reader, and click "Change all" to set the preference for ALL PDFs.

  • How do I open PDF files in Acrobat, not Safari?

    Sorry for such a dumb question, but I would like to open & view PDF files in Acrobat (v7.03 standard) rather than in Safari when I go to a PDF file in Safari, but I can't figure out how to do this. Any advice would be greatly appreciated! Thanks. (OS 10.4.2)

    Ok, You can do one of 2 things.
    Go where ever you find something that needs you to download to view as a .pdf.
    If it opens in your browser as a pdf but not with the Adobe logo save it to your desktop by either opening the print dialogue and clicking "Save as PDF".
    You can actually do that with any document. Then just highlight but dont open and click on "Get Info".
    Once inthe dialogue ,look to the part that says "Open with" and locate and select Adobe 7.0.3. Click 'Open With' to select the dailogue that says, 'Use this application to open all documents like this.'
    Click 'Change all'
    That should do it.
    Also you can right click on a mac pdf document and get the dialogue 'Open with' and find and select Acrobat. You will be asked by Adobe if you want to make Acrobat the defaulf programme for such files.
    There used to be somewhere that you could just go to and download a simple pdf that when clicked on just presented you with the last piece of this method.
    You could also just stick in a CD of a programme that you have bought for your Mac, drag any PDF that may appear on the CD to your desktop and perform the latter part of instructions.
    Cheers
    Message was edited by: Michael Wayne doing a spell check because I could'nt find Spell check button.

  • How can I send a document in iworks as a pdf file?

    How can I send a document in iworks as a pdf file?  My friends who have windows are not able to open any attachment I send them.  Very frustrating.

    Click 'Print' - then in the dialogue window in the bottom left, select save as PDF.
    Done!

  • New document alert: How to get PDF documents into Adobe Reader for iOS

    Opening PDF Files in Reader for iOS (iPhone and iPad) has been very helpful to many users of Adobe Reader for iOS.  However, Apple has drastically changed the user interface in iOS 7, which made the original document obsolete. 
    According to Apple Developer Support's App Store Distribution page, 89% of devices connected to the App Store are using iOS 7 during a 7‑day period ending June 29, 2014.
    Because of the exceptionally high iOS 7 adoption rate, Adobe Reader for iOS version 11.3 now supports iOS 7 only.
    Here are the new How-To documents for iOS 7.
    How to get PDF documents into Adobe Reader for iOS (iPad on iOS 7 version)
    How to get PDF documents into Adobe Reader for iOS (iPhone on iOS 7 version)
    (It had to be split into two separate documents because each contains way too many screenshots.)
    Hope these documents are as helpful as the original one.
    Please let us know if you have any feedback or suggestions on the topics for other help documents/tutorials.

    Dennis (or any Adobe rep),
    Any updates to the OP's question? I'm with a large government agency, and we're moving away from GoodReader for reasons I can't go into here, and the ability to add user-defined bookmarks within the app is a mandatory feature for the document reader we select. I have the latest version of Adobe Reader (11.6.1) installed on my government iPad, and the ability to add user-defined bookmarks still seems to be missing. Does Adobe have any plans to add this feature, or is it already present and I'm simply overlooking it?
    Thanks,
    Cam

  • How can I convert a PDF/A file into a PDF file with Acrobat Pro X?

    How can I convert a PDF/A file into a PDF file with Acrobat Pro X? I'd like to modifiy the file which I have only as a PDF/A.

    There's two answers if you want to modify the file:
    You can temporarily turn off PDF/A Mode in your preferences, so they don't open as read-only. The problem would be if you do something to the file that violated the PDF/A standard, so you should always run a Preflight check afterwards to make sure.
    If you want to remove the PDF/A header tag, use Preflight again - it's on the Print Production Panel in Acrobat X Pro (which may be hidden, use the options menu on the Tools Pane to show it). There's a profile called "Remove PDF/A information" - choose this and press Analyze and Fix. Nothing else about the file will be altered but when you save and reopen it all the editing tools will become active.

Maybe you are looking for