The audio when click box is clicked

I'm puzzled. I thought that adding an audio file to a click box play audio when it was activated, but he plays just the audio when the slide with the clickbox loading. Seems pretty useless. What I need is the ability to have the audio file play only when the click box is clicked. How can I do this? I don't know that one of you Haiti Captivate have a work around. I have the clickbox executes a Javascript that would play the audio?

Thank you!

Jim

Hi Jim

This give a try. Change your click box. Click the Options tab and select the success caption. Close the dialog box click Inbox, and then double-click the legend. Configure it with no text and Transparent. This will keep it projection (if you do not want it). Now, click on the Audio tab and assign the audio clip wished the legend of success. Reject and test. The net result would be that you click on the click box, the invisible text caption appears and plays the audio clip.

Hope this helps... Rick

Tags: Adobe Captivate

Similar Questions

  • How to open a link in the browser when clicking on Image?

    I created a clickable image. Now, I want to open a link in the browser when clicking on Image.

    How to get there?

    Call Browser.getDefaultSession () .displayPage (String url)

  • How stop the audio when I get out of the frame AS 3?

    Hello

    Could someone find out how to stop the audio when I get out of the AS 3 mounting frame? I had around 20 slides running in a swf file. Each slide has the distinct voice on attached to it. I added slides in a layer and voice in the next layer on the timeline.

    Ago next and previous buttons placed throughout this swf to navigate between slides. This is where the question arises. I can travel easily from 1 to 20 slides and even can return trip. But the voice does not stop as soon as I click on the previous or next buttons. It overlaps with the next or previous voice just above.

    I searched online and suggested its use as channel to bring voices on the slides to have a better control. But honestly I don't know how to do. Could someone help me in doing this? This problem can be very simple for others. As I am a beginner in Flash and Actionscript, it hurts.

    Carry me nicely, if this code seems to be bit annoying and even lenthy :-(

    Thanks in advance.

    Code:

    Forward_Button.addEventListener (MouseEvent.CLICK, forward);

    Previous_Button.addEventListener (MouseEvent.CLICK, prev);

    function forward(event:MouseEvent) {}

    if(this.currentFrame == This.totalFrames) {}

    Stop();

    }

    ElseIf (this.currentFrame > = 55 & & this.currentFrame < 201) {}

    gotoAndPlay (201);

    }

    ElseIf (this.currentFrame > = 201 & & this.currentFrame < 310) {}

    gotoAndPlay (310);

    }

    ElseIf (this.currentFrame > = 310 & & this.currentFrame < 430) {}

    gotoAndPlay (430);

    }

    ElseIf (this.currentFrame > = 430 & & this.currentFrame < 530) {}

    gotoAndPlay (530);

    }

    ElseIf (this.currentFrame > = 530 & & this.currentFrame < 640) {}

    gotoAndPlay (640);

    }

    ElseIf (this.currentFrame > = 640 & & this.currentFrame < 750) {}

    gotoAndPlay (750);

    }

    ElseIf (this.currentFrame > = 750 & & this.currentFrame < 860) {}

    gotoAndPlay (860);

    }

    ElseIf (this.currentFrame > = 860 & & this.currentFrame < 970) {}

    gotoAndPlay (970);

    }

    ElseIf (this.currentFrame > = 970 & & this.currentFrame < 1080) {}

    gotoAndPlay (1080);

    }

    ElseIf (this.currentFrame > = 1080 & & this.currentFrame < 1200) {}

    gotoAndPlay (1200);

    }

    ElseIf (this.currentFrame > = 1200 & & this.currentFrame < 1310) {}

    gotoAndPlay (1310);

    }

    ElseIf (this.currentFrame > = 1310 & & this.currentFrame < 1420) {}

    gotoAndPlay (1420);

    }

    ElseIf (this.currentFrame > = 1420 & & this.currentFrame < 1530) {}

    gotoAndPlay (1530);

    }

    ElseIf (this.currentFrame > = 1530 & & this.currentFrame < 1690) {}

    gotoAndPlay (1690);

    }

    ElseIf (this.currentFrame > = 1690 & & this.currentFrame < 1780) {}

    gotoAndPlay (1780);

    }

    ElseIf (this.currentFrame > = 1780 & & this.currentFrame < 1880) {}

    gotoAndPlay (1880);

    }

    ElseIf (this.currentFrame > = 1880 & & this.currentFrame < 2010) {}

    gotoAndPlay (2010);

    }

    ElseIf (this.currentFrame > = 2010 & & this.currentFrame < 2130) {}

    gotoAndPlay (2130);

    }

    }

    function prev(event:MouseEvent) {}

    If (this.currentFrame > = 201 & & this.currentFrame < 310) {}

    gotoAndPlay (55);

    }

    ElseIf (this.currentFrame > = 310 & & this.currentFrame < 430) {}

    gotoAndPlay (201);

    }

    ElseIf (this.currentFrame > = 430 & & this.currentFrame < 530) {}

    gotoAndPlay (310);

    }

    ElseIf (this.currentFrame > = 530 & & this.currentFrame < 640) {}

    gotoAndPlay (430);

    }

    ElseIf (this.currentFrame > = 640 & & this.currentFrame < 750) {}

    gotoAndPlay (530);

    }

    ElseIf (this.currentFrame > = 750 & & this.currentFrame < 860) {}

    gotoAndPlay (640);

    }

    ElseIf (this.currentFrame > = 860 & & this.currentFrame < 970) {}

    gotoAndPlay (750);

    }

    ElseIf (this.currentFrame > = 970 & & this.currentFrame < 1080) {}

    gotoAndPlay (860);

    }

    ElseIf (this.currentFrame > = 1080 & & this.currentFrame < 1200) {}

    gotoAndPlay (970);

    }

    ElseIf (this.currentFrame > = 1200 & & this.currentFrame < 1310) {}

    gotoAndPlay (1080);

    }

    ElseIf (this.currentFrame > = 1310 & & this.currentFrame < 1420) {}

    gotoAndPlay (1200);

    }

    ElseIf (this.currentFrame > = 1420 & & this.currentFrame < 1530) {}

    gotoAndPlay (1310);

    }

    ElseIf (this.currentFrame > = 1530 & & this.currentFrame < 1690) {}

    gotoAndPlay (1420);

    }

    ElseIf (this.currentFrame > = 1690 & & this.currentFrame < 1780) {}

    gotoAndPlay (1530);

    }

    ElseIf (this.currentFrame > = 1780 & & this.currentFrame < 1880) {}

    gotoAndPlay (1690);

    }

    ElseIf (this.currentFrame > = 1880 & & this.currentFrame < 2010) {}

    gotoAndPlay (1780);

    }

    ElseIf (this.currentFrame > = 2010 & & this.currentFrame < 2130) {}

    gotoAndPlay (1880);

    }

    }

    If your sound is directly on the timeline, then change to Stream will solve your problem, but you need to change every single audio clip.

    For example if VO #1 plays frame 1 to 100, you click anywhere in this layer (where you can see the audio waveform), go to properties and flow the Sync value. If VO #2 play frame of 101 to 200, you must click somewhere in there and do the same thing. Go to the properties, press the Sync drop-down list and change the event to Stream.

    This isn't a level property 'layer '. This is a property ONLY of audio current under your cursor is in. So if you have 500 your, you need to go to each of them and the value Stream Sync event 500 times.

  • Want the audio file, click on the box to play when you click

    Hi all

    I would like to have a click box that plays a short audio file when you click it, much the way you can have a view of the legend and a playing audio file with a bearing. It seems that there is no way to get the 'success on click' action to be 'read the audio file '. I can associate an audio file with the box click on the Audio tab, but this makes the audio file play automatically when the click box, not display when clicked.

    If someone was able to get an audio file to play when the user clicks on a click box, as I describe it, without connection to another slide and without the help of a button? I don't want to use a button because the real object that is clicked is a box of nail on something else. The highlight box means that there is more information about the highlighted item.

    In addition, I don't want to create a branch to another slide, because they are really short texts of audio presentation bit, and I have three of them. I prefer to have interactivity on a slide, rather that force the user to navigate around.

    If anyone did what I describe and has ideas, I welcome them. At this point, I think a bearing with legend and play on the mouse on an audio file can be the best thing, except if the user moves the mouse out of the hotspot, the sound stops. Maybe it's not bad anyway, but thought I'd check here everything first before resorting to a reversal.

    Thank you very much!
    Lisa

    Hi Rick!

    Thanks a lot for your answer. Hmm... I think in my situation, workaround to reread the previous slide to reset the box click doesn't work. Before arriving at these interactive click boxes, the slide has other text and audio playback. Start the slide would re-read everything until the blade stops, then display the interactive elements. However, I think that something like that might work for a project where the interactive stuff "starts" immediately on the slide. It's simply not how mine is set up at this stage. I think that the legend of attached with audio reversal will probably be my best option right now.

    Thanks again for your response!
    Lisa

  • How can I remove the audio when there is no cutting to click on?

    I did several films, however, the latter has a problem. He didn't there is audio that plays at the end of my movie, but no visible cutting (video or audio) for me, right click and delete.  It's as if the element is missing, but audio plays for five or six seconds, not related to any video.  I can't highlight the audio delete (there is no image showing same) and I cannot reduce the volume level here either.  I think that there is a bug in the last update of the components of Prime Minister.  Any ideas?  Or I have to start all over in the creation of my film?

    todde

    Thanks for the reply with screenshot.

    On your screen, you are in the quick workspace. Please go to the Expert workspace where you can get a better view of what's going on

    and therefore have more control.

    It expanded to display the titles and their content will be a definite advantage.

    We will follow to your results.

    RTA

  • How to make an object follow the mouseX when clicked on

    How to make an object follow the mouseX if clicked? Help, please.

    You should think it through - your code does not match your very simple explanation of what you say, it should do so, and it should... click an element and follow the mouse.

    A game loop (ENTER_FRAME) could work, but in this case it wastes unnecessary treatment if the mouse does not move.  And in your code example, it does not expect the clicks.

    Use a MOUSE_MOVE instead of an ENTER_FRAME event listener.  Inside of the event by clicking on the handler function is where you must be defined the MOUSE_MOVE listener.  The MOUSE_MOVE listener Manager is where you assign rock1Cnt.x = mouseX.

    public void Main (): void {}

    rock1Cnt.addEventListener (MouseEvent.CLICK, mouseClickHandler);

    }

    private void mouseClickHandler(e:MouseEvent):void {}

    stage.addEventListener (Event.MOUSE_MOVE, followMouse);

    }

    private void followMouse(e:MouseEvent):void {}

    rock1Cnt.x = mouseX

    }

  • Merged clips are not automatically linked with the audio when put to the timeline.

    So I've updated to the latest version of first pro, and it seems that he has this bug with merged clips or is a 'feature' I don't know.

    I synced the audio clips video and multichannel, as I do usually - using audio matching feature.

    When I put the video merged to the timeline and try to move around, only following a video audio track, others are unrelated. It wasn't the question in the previous version first. Any suggestions how to solve this problem?

    A screenshot below, this is what I get when I put a clip merged directly to the timeline. As you can see, only the audio is linked (marked with [A])

    Screen Shot 2015-12-05 at 12.43.38.png

    Hi bunaras,

    Yes, it's a bug with clips merged; It also affects the edit of a sequence in another with the "insert and replace sequences such as nests or individual clips" button to "individual clips." Sorry for the inconvenience; Currently, the only solution would be to manually connect the audio and video components.

    Colin

    First Pro EQ

  • Crush the Audio when pasting?

    Whenever I have paste something, I usually need it to replace what I might want to paste above.  Instead, I have to stick, then remove and then guess the additional amount I deleted or you need to delete again to correct the time starts the rest of the audio.

    It is the same for the contrary.  When I delete something, how can I do just leave a vacuum instead of filling it out of what is in front?  Thank you guys

    Hearing will give you the ability to cut a selected portion of the audio without deleting time. Mixing dough also gives you to mix, replace or add to different levels/Phase/LR Balance.

  • Remove the text when click on

    How can I set special instructions in a text box (for example, "enter your name") and then make them disappear when the user clicks on the text box and also have the return instructions if the user clicks the text box empty?

    http://cookbooks.Adobe.com/post_TextArea_with_a_prompt_string_that_automatically_d-16529.h tml

  • out of the circle when click on panel_picture

    Hello

    I just wanted to know if it is possible to get out of a circle when I click on my panel_picture or a workaround?

    I have a picture and when I click on it I want to trace my path.

    Thank you

    A photo control cal meet EVENT_LEFT_CLICK event, such as mentioned for example in this thread.

    To show a graphic element on the screen that you can for example have a hidden picture control the game with a transparent background with the appropriate element and the position + the show on the click event; Alternatively, you can move your image to a canvas and draw directly on the canvas. With regard to the canvas there is an example godd you can look to use the example finder (help > search with the keyword CANVAS example).

  • When you're in the long list, and you are in the Middle when click a link and open the go back to page 1 will top and the keyboard popup

    How can I go back to the same place on the page without firfox me to go upstairs.

    Open worldgsm.com and navigate to treat and offers page, then select any product the go back to deal with and the page it is going back at the top of the page and the pop-up keyboard.

    The site defines a no.-cache header when sending to the homepage of the site and we have therefore re - search the page from the server. We don't remember the position of ScrollBar in this case because the page is likely to have changed.

  • Cut the audio when the music is 100% (IDT high def.)

    Hello

    My PC Info is:

    Manufacturing: Hewlett-Packard

    Model: HP Elite 7500

    Note: 7.4 Windows Experience Index

    Processor: Intel Core i7-4770 CPU @ 3.4ghz

    Installed (live RAM) memory: 16 GB

    System type: 64-bit operating system

    Model: B5H80EA #BED
    Pen and touch: no pen or press enter is available for this view

    Windows 7 Professional

    PROBLEM:
    Recently I upgraded my processor i5 to i7 and then this audio problem began to occur, so playing music any driver Audio Player (bs, windows mp) starts cutting, here's youtube video showing what is happening

    https://www.YouTube.com/watch?v=B5ur_sF7iu8 & feature = youtu.be

    Now, it is not only the problem with music playing even in applications like games when I play them on cutts sound of 100% on and never comes back until I close the game and try again.

    Funny is if I reduce the volume to the round 55% and under his will normally play no problem like evrything is ok, because soon, I try to go to the top with the sound it starts cutting out.

    Tried
    uninstaling driver installation of new,
    uninstaling windows 7,8.1
    uninstaling pilot and turn on pc and the driver he installation yourself one new problem.

    Hope there is a fix for this maddnes thank you

    even try this step of you have still the question trying to make the driver roll back to isolate the problem, be it a driver pack problem or not

    After tring this if she still same problem try audio codecs updated so that it will solve the problem

    After trying these steps if you have any questions please change the sound card

    Concerning

    ASK16

  • call cavas them when click the button

    Can you please tell me how can I call the canvas when click on the button. and position the fabric next to the button

    Hello

    try something like that.

    go_block('block_name');
    SHOW_VIEW('CV_STACKED'); ---for showing
    HIDE_VIEW('CV_STACKED'); ---- for hidding.
    

    and...

    SET_VIEW_PROPERTY('CV_STACKED', VISIBLE, PROPERTY_FALSE);
    

    I hope this helps.

    Sarah

  • How to get a popup when the device is plugged into the audio input jack?

    Original title - card Audio HELP

    I have a small problem that should be pretty easy to answer. A quick response would be nice. I'm new on Windows 8, and when you plug a device into the audio jack, a box used for poster asking which device is connected. Now that the box appears when I plug in a device. How do I get it to appear again? I have Windows 8, with player realtek HD audio. More info can be provided.

    Hello

    This problem can occur because of incorrect audio settings. Let's try a few steps to solve this problem.

    Method 1:
    As you use Realtek HD Audio, I would suggest trying the following steps and check if it helps.

    Enable auto-popup
    a. press the Windows key + X, choose Control Panel, select hardware and audio.
    b. scroll and select Realtek HD Audio Manager.
    c. click the icon for folder just above and to the right where it says analog panel back and just below the device's advanced settings.
    d. click Activate dialog popup automatically when the unit is plugged in.
    e. click OK twice.

    f. now, restart the computer and check the issue.

    Method 2:
    If the problem persists, I suggest you to set the headphone or speaker that you connect as a default value, and check if it helps.

    (a) right click on the volume icon in the system tray and then click on "recording devices".

    (b) right click on the space empty in the window pop up and then select "Show disabled devices" and "Show disconnected devices".

    (c) right click on the headset and then click on 'Activate'.

    (d) (d) mettre put out the microphone, then choose "set as default device".

    (e) click apply and Ok.

    Hope this information helps. Answer the post with an up-to-date issue report to help you further.

  • When I try and add the audio to a button, captivate crashes

    Hello

    I tried several times to add an audio button / click on the box and whenever I do, captivate goes down and I use the Task Manager to terminate the program

    I am using captivate 6 and I run as a normal mode and as administrator and I get the same question at a time.

    I have insert a button / click on the box and then on the property inspector Panel I click Add audio (in the audio section) and then it does not allow me to do anything else. Help, please?

    Ok. Try this.  When you click on the button Add Audio and Captivate freezes, try to hit ESC on your keyboard to computer.  If it seems to bring Captivate in your control, your problem is that the Audio object dialog box which should appear to allow you to specify the audio file is located somewhere off the screen where you can see it or interact with it.  It is a known issue for several versions of Captivate now due to the use of multiple monitors when the user changes their configuration to monitor at any given time.  You must re-create the previous monitor configuration so that you can find the missing dialog box and drag it to the main window.

Maybe you are looking for