Using audio from the Program I am recording

I am trying to demo a program with Captivate.
The program has audio in it, and I need to be able to record that.
I was trying to record it in real time, but it doesn't seem ti record the internal audio.
How would I set it up to record that?
Thanks!

Hi there
I answered an eerily similar post on this earlier today.
See if the thread linked below helps you solve it.
Click here to read the thread
Cheers... Rick
Helpful and Handy Links
Captivate Wish Form/Bug Reporting Form
Adobe Certified Captivate Training
SorcerStone Blog
Captivate eBooks

Similar Messages

  • Redirecting audio from the mini box to the TB display

    I just installed the TB display update (12 Dec 2011).  On completion I'm prompted to select a connectivity.  Not understanding the ramifications, I select connection to the mini.  I now get the audio from the mini and not the TB display.  A big comedown.
    The question is how to redirect the audio to the TB displays speakers rather than the mini and its tiny speakers.
    cmd
    Austin

    To set up sound input:
    1 Choose Apple () > System Preferences, and then click Sound.
    2 Click the Input tab in Sound preferences.
    3 Choose Display Audio to input sound through your display’s microphone.
    To set up sound output:
    1 Choose Apple () > System Preferences, and then click Sound.
    2 Click the Output tab in Sound preferences.
    3 Choose Display Audio to hear sound through your display’s speaker system.
    These sound settings are used whenever your display is connected to your computer. They remain in effect until you change them.
    Apple Thunderbolt Display - Getting Started
    Stefan

  • Problem: Audio from the video plays, but video does not show.

    Hi,
    I used the following code to play the video. The audio from the video plays displaying the player but there is no visual.
    There is no problem with the video as I have tried several other videos with .mpg and .mov extensions.
    import javax.swing.*;
    import java.awt.*;
    import javax.media.*;
    import java.awt.event.*;
    import java.net.*;
    public class MediaPanel {
        JFrame frame = new JFrame("Movie Player");
        static Player player = null;
        public MediaPanel(){
            try{ // method using URL
                URL url=new URL("file",null,"c:\\temp\\A.mpg");
                player = Manager.createRealizedPlayer(url);
            } catch( Exception e) {
                System.out.println(" Unable to create the audioPlayer :" + e );
            Component control = player.getControlPanelComponent();
            frame.getContentPane().add( control, BorderLayout.CENTER);
            frame.addWindowListener( new WindowAdapter() {
                public void windowClosing(WindowEvent we) {
                    MediaPanel.stop();
                    System.exit(0);
            frame.pack();
            frame.setSize( new Dimension(600,600) );
            frame.setVisible(true);
            player.start();
        public static void stop(){
            player.stop();
            player.close();
        public static void main( String args[]){
            MediaPanel panel = new MediaPanel();
    }

    use this code "Component control = player.getVisualComponent(); "
    instead of this code " Component control = player.getControlPanelComponent();"
    But if you want show both of them, modify as following
    Component control1 = player.getControlPanelComponent();
    Component control2 = player.getVisualComponent();
    then add the two control (control1 & control2 ) to your JFrame panel

  • The disk containing your iPhoto library is running low on space.How is this possible? I have no photos and have never used iphoto and the program is up to date.

    How is this possible? I have no photos and have never used iphoto and the program is up to date. I try to import and drop my pictues into iphoto but nothing happens or I get above statement. Help please!

    Then it's a bogus message and indicates that the default library is damaged.
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library' and use that one.
    Regards
    TD

  • EOS 70D question - Is there live audio at the USB connector when recording video?

    I know that the current version of firmware that I use (1.1) passes no audio out the HDMI jack while recording.  Is there audio going out the USB jack that would go to the composite video adaptor cable while recording video?  If so, I could use an attenuator and feed that audio signal to my monitor to monitor the audio output of the camera.  Here is adaptor cable I have. http://www.amazon.com/gp/product/B00DPQ2XTC/ref=oh_aui_detailpage_o09_s00?ie=UTF8&psc=1
    Thanks!

    I have a solution, however this is for audio problems for conversations not for messaging. It may work for you too:
    Open your finder and click on the "Go" menu at the top.
    Then with it open, hold down the option key and the library menu option will show up, click on it (drag the folder over so you can easily access it later).
    In the library folder open: Application support > Skype > "Your Skype Unsername" folder (the one with YOUR username)
    Then you need to delete the config.xml file! After this restart Skype and the test call will work. Happy skyping!!!
    If this does not work then try deleting skype and re installing.

  • Call the BAPI from the program..

    Hey guys,
    can we  call the BAPI from the program..
    if yes how can  we  can show sales orders being loaded..
    thanks its urgent

    Nishant,
    yes easily you can call bapi from program.
    for getting all sales order use:
    BAPI_SALESORDER_GETLIST
    also am providing a program so that you can see how bapi has to call in program.
    CALL FUNCTION 'BAPI_SALESORDER_GETLIST'
                 EXPORTING
                      customer_number    = lf_customernumber
                      sales_organization = if_sales_organization
                      document_date      = lf_document_date_from
                      document_date_to   = lf_document_date_to
    *              PURCHASE_ORDER     = IF_PURCH_ORDER
                      material           = lf_matno
                 IMPORTING
                      return             = ls_return
                 TABLES
                      sales_orders       = sales_orders.
    Am afraid to say you that above solution you get about bapi it is not for showing the list of SO these are for creating SO.
    Edited by: Amit Gujargoud on Jul 3, 2008 3:12 PM

  • New computer win 8.1 pro, installed my creative Suite 4 Design premium but it shuts down when I try to use any of the programs and gives me an error code 147:20. How can I fix this?

    New computer win 8.1 pro, installed my creative Suite 4 Design premium but it shuts down when I try to use any of the programs and gives me an error code 147:20. How can I fix this? Is this a conflict with win 8.1 pro?

    You need to adjust your security stuff/ permissions and possibly use compatibility modes. It means that your licensing service is being blocked/ shut down.
    Mylenium

  • How can i retrieve documents(.doc,.pdf, .txt) using forms from the database.

    How can i retrieve documents(e.g .doc,.pdf, .txt etc) using forms from the database.
    i inserted the documents using sql*loader, below is the control and data files.
    -- control file
    LOAD DATA
    infile 'load.txt'
    INTO TABLE husman
    APPEND
    FIELDS TERMINATED BY ','
    (id integer external,
    fname FILLER CHAR(50),
    docu LOBFILE(fname) TERMINATED BY EOF)
    --data file
    1,../husman/dell.doc,
    2,../husman/me.pdf,
    3,../husman/export.txt,
    in the form i have a text field to display the id and an OLE container to display the document as an icon. but when i execute query, i only get the id number and not the document.
    any help will be appreciated.
    Thanks
    Hussein Saiger

    Step by step
    1. Erase all contents and settings
    2. You'll be asked twice to confirm
    3. You'll see Apple logo and progress bar
    4. You'll see a big iPad logo on screen
    5. Configuration start
    6. Set language
    7. Set country
    8. Enable Location Service
    9. Select network, enter password and join network
    10. You'll be given 3 options (a) Setup as New iPad (b) Restore from iCloud Backup (c) Restore from iTune Backup
    11. Selected Restore from iCloud Backup
    12. You'll be required to enter Apple ID and Password
    13. Agree to Terms and Conditions
    14. Select Backup file
    15. You'll see progress bar
    16. Red slider will appear; slide to unlock; step #1 to #16 is fast
    17. Pre-installed apps will be restored first
    18. Message: Purchased apps and media will now be automatically downloaded
    19. You'll see a pageful of apps with Waiting/Loading/Installing
    20. Message: Some apps cannot be downloaded, please sync with computer

  • Good afternoon ladies and gentlemen!   My question concerns the impossibility to open RAW-files directly from the program Adobe Bridge. At the moment when you open a RAW-file from Adobe Bridge by double-clicking, RAW-file is opened only in Photoshop. In t

    Good afternoon ladies and gentlemen!
    My question concerns the impossibility to open RAW-files directly from the program Adobe Bridge. At the moment when you open a RAW-file from Adobe Bridge by double-clicking, RAW-file is opened only in Photoshop. In the settings Adobe Bridge - in "open RAW-files by double-clicking in Adobe Camera Raw» box is checked. When you try any changes in the settings Adobe Bridge system displays a message:
    Bridge's parent application is not active. Bridge requires that a qualifying product has been launched at least once to enable this feature.
    The entire line of Adobe products on my computer updated to the latest updates. Previously, a family of products Adobe Photoshop on your computer is not set. Computer - PC, Windows 7 Enterprises.

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • Since installing Photoshop CC I can't access Camera Raw from the program Bridge.

    Since installing Photoshop CC I can't access Camera Raw from the program Bridge.  When I try, I get a message that says, "Camera Raw editing is not enabled. Camera Raw editing requires that a qualifying product has been launched at least once to enable this feature."  Is Photoshop CC a qualifying product?  It has been opened a number of times, but it doesn't solve this problem.

    I am having this exact same problem and just upgraded to Windows 7...many people are saying to update the Plug In for Camera Raw to 4.6, but that is not working for me to see it in Bridge or Camera Raw.

  • Firefox will not open at all. I tried to remove it from the programs to try to reinstall it but it wont let me remove it. So I tried to download again anyways and ff still wont open. My email is alicia@*****

    Firefox will not open at all. I tried to remove it from the programs to try to reinstall it but it wont let me remove it. So I tried to download again anyways and ff still wont open. My email is alicia@****

    Did you check your security software (firewall)?
    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls
    If necessary then also see:
    * http://kb.mozillazine.org/Browser_will_not_start_up
    * http://kb.mozillazine.org/Error_loading_websites

  • Call a Form using Webutil from the Menu loose focus on the applet

    Hello,
    I have the following problem:
    When calling a form using webutil from the menu the focus on the applet (I mean the Forms Application window) is lost and I have to click on the window to get back the focus on the application.
    Any advice ?
    Env: Forms 9i / Webutil 1.06
    Rgds,
    Philippe

    Try to use the NO_HIDE parameter in the CALL_FORM() built-in.
    Call_Form( 'the_form', NO_HIDE ) ;Or maybe, in the[b] When-New-Form-Instance trigger of the called form, return the focus to the calling form
    Go_Form( Get_Application_Property( CALLING_FORM ) ) ;Francois

  • How to procession session in foreground and errore mode from the program.

    hi ALL
    i have a requirement in wich i had to create a session and procession the sesion in foreground or back ground from the program it self (with out going to SM35)
    argent can any body answer to my question, please
    reward gauranty.
    thanks in advance
    sindu.

    refer to this link....
    Running a session from the zprogram
    regds,
    kiran

  • How to synchronise the job processing from the program.

    How to synbchronize the job processing when we are creating jobs from the program.
    Thanks,
    Ramana.

    hi,
    yes you can do this..
    try this
    create a two screen suppose 9000 and 9001..
    then right click on your program name...
    create a TCODE say TONE..
    in this give the screen number 9000..
    now again right click on the program name
    create a TCODE say Tsecond
    in this give the screen number 9001...
    hope this will help you..
    Regards
    Ritesh J

  • I have just upgraded to Maverick to use all of the programs on the Cloud, and they all crash on down

    I have just upgraded to Maverick to use all of the programs on the Cloud, and they all crash on down load.

    Hi tjamesxa,
    Please enable root account and try downloading: https://support.apple.com/kb/PH14281.
    Regards,
    Romit Sinha

Maybe you are looking for

  • Ideal network to share 2TB iTunes library with mac mini and iMacs by wifi?

    Greetings, Just made the move from pc to apple world. First time poster. Please feel free to suggest if this topic is better suited in another area. I am looking for an ideal means of sharing my music library (+/- 1.5TB size) from my mac mini with my

  • URGENT: Error while creating a BAPI

    Hi all !! I am facing the below mentioned error while creating a BAPI , to be more specific , the error comes when i try adding a new method by using Utilities > API method > add a method on after adding a function modile name in there, when i click

  • Preview often crashes

    Hi, I have this issue: preview often crashes. Please, help me. What can I do? This is the console summary. Thanks! Process:         Preview [259] Path:            /Applications/Preview.app/Contents/MacOS/Preview Identifier:      com.apple.Preview Ver

  • Folders List In Develop Mode

    Hi, Recently I read something about being able to change the display of folder names so that the top level folder shows in the display.  Whatever the steps were, I tried them and got a longer folder name.  For example, "Pictures 2009\Photo Walks\2009

  • Aironet 1200 LWAPP Conversion and WLC Authorization Issues

    Please excuse the length of this. I am trying to convert several Aironet 1200 series APs to the LWAPP Recovery image and register them with a WLC. There is no WCS involved. All of the 1200s have b/g cards in them, specifically MP21G and MP31G, so per