Suspension audio button

Hello to you all,.

I use Captivate 4 to create slides in which I want to add a button to an audio file. When the user presses the button, the audio would be played and repeated as many times as necessary, but without changing the blades. The audio is in MP3 format.

Thanks in advance.

Hello

There are certainly ways to do that, maybe try this one:

  1. Create a box to highlight (if you don't want it to be visible, when appears, the value border and fill the color of the background)
  2. In the properties of this HB set him invisible (Options tab)
  3. Always in the properties, Audio tab, attach the audio file
  4. Create a button on the slide (visible); as an action "on success", choose 'Show' and the box to highlight

When you click on the button on the box highlight will appear (possibly invisible by choosing the right colors) and play the audio. But after playing, there will be a jump to the next slide. I understand that you want to the slide to break again and that the user will be able to play the audio again? I hope that you use CP4? A simple way to do this:

  1. Add a very short slide (0, 1 sec) before dragging it with the Audio button
  2. Add the 'Back' button on the slide, make sure what he done a break later than the first button (to play audio) and join the action "Go to previous slide" on success
  3. Create a tip Action, e.g. labelled "BackAction": with only one action to hide the nail box again. Necessary because you cannot run an action of 'skin' coming out a slide
    1. Hide THighlightBoxItem1
  4. Attach this AA 'BackAction' out of the Audio slide
  5. Think you also need to add a third button 'Continue' to exit the loop and make the leap to the next slide.

Hope this was clear enough, tried and it works.

Lilybiri

Tags: Adobe Captivate

Similar Questions

  • With audio buttons

    With the help of cap 7. Several buttons on slide when you click on contain audio. How to stop the audio to play when you click on one of the other buttons?  Where should I add the audio button level or level of content? Can I combine the buttons and text? Thank you!

    Take an average time in this matter. Or accept that the longer clip will not be heard completely if the next button too soon. More so than the user waits too long after the shortest clip. Micronavigation would be another possibility, but needs a lot of calculation and actions. And maybe JS will be easier.

  • I have no "audio" button in the window "fusion clips".

    Hi all

    I have Premiere Pro cs6 and want to connect a video et an audio with each other .
    but in the window of " fusion clips " lack of le Audio button ,

    which is shown in many tutorials , to make it is automatically synchronized.

    The video has audio of the camera.

    Is it a tool?

    thank you very much for your answer
    Andreas

    Audio sync is a feature that is new in PPr CC.  Make sure you look for tutorials for CS6.

    If you are considering upgrading, be sure to download the trial, first.  Audio synchronization works exactly 0% of the time for me to CC7 and 7.0.1.  I have not yet updated to 7.1, but I have no reason to believe that a fix has been addressed it is.

  • CP6 - need to add an audio button on quiz slides to "read aloud the question."

    CP6 - need to add an audio button on quiz slides to "read aloud the question." Most of our target audience is younger (grade 1-5) and provide more accurate results, if each question is 'read' for them. Of course there are big players in the Pack, but the option should be available to listen to the question and not have to read it. Therefore, there is a button to trigger the audio on every issue. Ideas?

    You don't need a button. Just add a legend of the question bearing slides a sound add you the portion of the legend. You can hide the legend by making it transparent.

  • Audio buttons do not work on Satellite M40 - 136

    Does anyone have an idea how to get the play/pause stop buttons etc.? They worked once but have not worked since.

    Hello rain.

    You did it all changes (reinstalling the OS)?
    Please check the properties of Toshiba controls in the Panel. In multimedia applications, you can set a good player that should be used for audio CDs and video DVDs.

    As far as I know these buttons can be used in Windows mode and mode of fast Media Player.

    Try to reinstall V3.14.1503 controls TOSHIBA (to 6). You can find it on the download page of Toshiba under http://eu.computers.toshiba-europe.com

    Good bye

  • P580 audio buttons do not work in Win7 64 bit

    Hello

    I just bought Lenovo p580 and audio to the top, down, mute buttons on the upper right do not work. They seem to be some surface buttons - but don't change sound or indicate that they work - I updates the AUDIO drivers for the laptop without success - ideas?

    Thanks Dave

    Dave... hmm... the volume buttons work OK and play video or audio files in a Media Player offline?

    Given that the media type YouTube plays with a flash player browser plugin, you can test it with another

    Internet browser for example, Firefox, Chrome or IE and updated for the latest version of Adobe Flash Player plug-in...

    https://www.Adobe.com/software/Flash/about/

    You could also check out Lenovo Tech Support...

    http://support.Lenovo.com/en_US/feedback/detail.page?LegacyDocID=MIGR-76613

    Good luck... Zehn

  • Unable to control an Audio button and icons Wifi-HP Pavilion DV6-1235ee

    Hi all

    For a week or two, I'm not able to turn my Audio (same volume control) or the buttons on Wifi using the one-touch button (on the same electric switch Board) in my HP Pavilion DV6-1235ee laptop.  I rebooted several times and reinstalled the chipset driver and driver entry guess it would contribute, to no result.

    I did not something strange in the computer, but installed a few applications related to my work.  And I'm not used to regularly stop or restart my computer, but keep him locked.

    My OS: Windows 7 Professional X 64

    Help, please

    Hello

    It is always interesting to try a Hard Reset as follows.

    Shut down the laptop, unplug the AC adapter and then remove the battery.  Press and hold the Power button for 30 seconds.  Reinsert the battery, plug the AC adapter and see Start Notepad.

    Kind regards

    DP - K

  • Streaming audio button for each frame to play/Pause

    I have streaming audio on each frame that automatically starts and stops when the user clicks on the next or previous image. I need to add a pause button on each image. I created a play/pause toggle clip on my first image and it works very well. Frame we use mySound1 and myChannel1, frame both uses mySound2 and myChannel2, etc.

    I get errors when I try to add the code to the next section. What should I do to have a button on each image to stop the corresponding mp3? I appreciate your help!

    SoundMixer.stopAll ();

    var pP:Number = 0; playback position

    var playing: Boolean = false;

    var mySound1:Sound = new Sound();

    var myChannel1:SoundChannel = new SoundChannel();

    mySound1.load (new URLRequest ("Physiology Slide 01 INTRO.mp3"));

    myChannel1 = mySound1.play ();

    SoundMixer.stopAll ();

    PlayPause_btn.addEventListener (MouseEvent.CLICK, togglePlay);

    togglePlay (null);

    function togglePlay(event:MouseEvent):void {}

    play =! play;

    If playS() (play);

    of other pauseS();

    }

    function playS() {}

    myChannel1 = mySound1.play (pP);

    PlayPause_btn.gotoAndStop (2);

    }

    function pauseS() {}

    pP = myChannel1.position;

    myChannel1.stop ();

    PlayPause_btn.gotoAndStop (1);

    }

    you use the same function names (IE, the togglePlay, parts and breaks) on your key frames?  If so, you will see an error in dual function (1120, I think).

    address, use different function names or use a switch/case or if/else sequence in one of each function.

  • Captivate background 8 audio buttons disappear after audio import

    Whenever I try to add background music to a project it is important to the audio and then this screen will appear.  You will notice that the pop-up background sound does not have the two buttons on the lower right corner that says 'Save' or 'Cancel '.  There is literally on this screen and I can't go out or save somehow, I always have to restart the project and he never adds the background sound.  Is this a bug or I do something wrong?  Any advice would be greatly appreciated.

    Screenshot 2015-12-08 15.27.36.png

    I just found the solution.  In the management of the Audio, if the box show object level Audio, then the buttons save and Cancel will does not appear.  By simply unchecking this box I was finally able to apply background audio-only lose about 10 hours of work around the process.

  • Adobe Presenter 9 and PowerPoint 2013 - Missing Audio button in PowerPoint import

    I am only able to intermitantly use PowerPoint import into Adobe Presenter 9 audio import button. Why I would be able to do it on the presentation of some but not all? I thought it was a problem of conversion audio, but even when I convert audio (when prompted by PowerPoint) is not always allows me to import.

    I found a solution if the original PowerPoint a ppt file, follow these steps:

    1. File > save as pptx file
    2. Close PowerPoint (this helps with do not corrupt the file)
    3. Re-open the pptx file
    4. File > convert
    5. Save as a new file name (this helps with do not corrupt the file)
    6. You should now have the import of presentation button if you go to the presenter tab and click the import button

    I haven't found a solution for the pptx files yet.

  • Insert the audio button wants me to insert the image file instead (glossary in Cp7)

    Hello

    I'm new to Captivate, but I'm trying to do something very simple.

    I am creating a glossary (interaction) and when I double-click on the definition, I can choose to add audio or add images.

    The problem is that when I want to add audio and find the file, the window says "select the Image of the library". If I select an audio file in any case, it says that the file type is not supported.

    If I try to add an image by choosing the Add image button, which is not a problem.

    I encountered another problem with Cp 7 in the short time that I use (issue has been resolved by a forum but no one can say exactly how much). This version has a lot of bugs? I guess adding audio to the glossary would be common that so maybe I just downloaded a bad copy of the Cp7 somehow.

    All advice appreciated.

    Jacqui.

    Hello

    I inserted the audio using the same dialog box. You just need to select the sound file in the dialog box Select the picture from the library , and then click OK. It works very well.

    Here is the screenshot.

    Anthony

  • Audio button

    Hello

    Does anyone know how to create a button in Captivate that, when clicked, play the audio cut it import or record? I see ways of creating audio for a slide, or I can put a button in my presentation in audio, but the second you play the presentation audio only plays on its own, it is not controlled by the user by clicking on the button. Any ideas?

    Welcome to our community, crescendo97

    There are two ways you could do this.

    1 change the properties of the button and activate the legend of success. Fix then the audio to the legend of success.
    2. Add the audio to the next slide. Then program the button to move to the next slide.

    See you soon... Rick

  • suspension control button programmatically?

    Is there an attribute for a button control (or other input elements, by the way) which disables an additional contribution of this button? I hope that I won't need to use it, but it might help prevent a user from overloading the input program stream.

    SetInputMode (panelHandle, PANEL_CONTROLID, 0);

    This will disable the user input of each UI control (buittons, numerical values, strings...) visually dimming it.

    SetCtrlAttribute (panelHandle, PANEL_CONTROLID, ATTR_CTRL_MODE, VAL_INDICATOR);

    This will keep the user on the control action, but it will not drop it.

    In my opinion it is better the first solution, since it is obvious to the user that the control is not operable.

  • HP Envy 17: How to re - activate the audio buttons feature beats?

    I bought a HP Envy 17 laptop about a year and a half ago. The laptop has a physical volume digital dial with a button of beats in the Middle:

    He changes volume by turning the wheel and opens the control panel of beats when you press the button in the middle.

    When I got to the laptop, I disabled voluntarily the button because I didn't like the chart he put on-screen whenever I changed the volume:

    Now I am trying to re - activate but I don't remember how I disabled it. Any suggestions?

    Hello

    Probably the easiest solution is to download and reinstall the HP OSD utility at the following link.

    http://ftp.HP.com/pub/SoftPaq/sp55001-55500/sp55152.exe

    Kind regards

    DP - K

  • I can't hear voices in my speakers(3:1) I see the audio button in the taskbar?

    Properties of the system can be seen in image below
    'http://i50.tinypic.com/35meatc.png '.

    System taskbar
    http://i50.Tinypic.com/34o7tld.PNG

    This problem occurs suddenly at one point.
    I can no longer listen to audio while the video plays, or I start songs.

    Thanks for the help

    Although I have not used these steps, but when I rolled back the driver change problem has been resolved automatically.

    May be drivers were defective.

    Thank you again for 1.

Maybe you are looking for

  • How to remove update.exe?

    Whenever I tried to start Firefox, he brought a warning about update.exe. If I chose to ignore update.exe, Firefox did not run. How can fix to run Firefox as usual? Thank you.

  • Qosmio F60 all the time in the 80-90% fan

    Hello, my fan seems to be all the time and it's always 80-90%.I am just a spyware scan and my open IE... CPU is 70%...What is the problem with this laptop?

  • BSOD when do nothing

    Hello forum I built my system 4 months a go since then i ' v been do BSOD for no real reason most of the time so that on the net or do nothing. If the system was frezzing which turning tension. Things I've done are: Run memtest86 for 5 pastPrime95 fo

  • Impossible to Downgrade/install Windows XP Pro

    Hello I am trying to Downgrade to Windows vista Home premium to Windows XP pro, but every time I try it gives me a black screen after I press any key to boot from CD (ive let sit there for 30 minutes, nothing) it still makes a noise when I press a bu

  • How to recover windows files option tool and activate the Task Manager?

    I used windows xp, Service Pack 3... I can't use the tool option records because it is not displayed in the Tools menu and option when I press ctrl + alt + delete, then said the task manager has been disable by your administrator... and my standard b