How do I add audio to a button?

Basically, that is it.  I have a picture that upon clicking navigates the user to a different screen.  Can I also add a sound so that it plays one time when the user clicks that picture to navigate to a different screen?
I saw a similar question about music on a loop in the background, but that is not exactly what I was looking for and I was unable to make the leap to answering my question.  
I appreciate the help.

Robin, 
I really appreciate the reply.  I am still having some issues and I was hoping you could walk me through it.
To add audio I - 
-Pull the "Visuals" menu out on the right.
-Select "Audio Player" with headphones as its icon.
-Select the "Media" icon that is now available on the bottom left.
-An audio window is inserted
-Select that audio window
-Select "Express View" on the bottom right.
When I select DefaultPaused and try to enter audioPaused as an option it doesn't allow it.  It appears then as an error.  
What am I doing wrong?

Similar Messages

  • How do I add audio books to my shuffle

    How do I add audio books to my shuffle

    If this is a 4th (or 3rd) gen shuffle, and you use automatic syncing for loading songs...  Select the shuffle in iTunes.  There is a row of "tabs" (buttons) starting with Summary.  Click on Books there.  This is the Books tab, where you tell iTunes how to sync audiobooks to the shuffle.  Set it up as desired, and click Apply.
    NOTE:  If your shuffle is currently NOT set up for automatic syncing, its content will be replaced by content selected in the sync settings.
    If you are NOT using automatic syncing for songs, so you have been loading songs manually by dragging them to the shuffle in iTunes, then you should NOT do the above.  Instead, you can load audiobooks the same way.  Drag the books you want to the shuffle from your Books library in iTunes.
    If this is a 1st or 2nd gen shuffle, it is different.  Please post back.

  • How do I add a functional "submit button" to a pdf form in Adobe Acrobat Pro XI ? I created the pdf form in Adobe Forms Central.

    How do I add a functional "submit button" to a pdf form in Adobe Acrobat Pro XI ? I created the pdf form in Adobe Forms Central. It's for an online Diet Questionnaire. After people complete the form I'd like them to click "SUBMIT" and the completed form will be emailed to me.

    This can be a bit confusing because Acrobat 11 comes with the desktop app that allows you to create simple PDF forms without having a FormsCentral account. Some people find this helpful, but you need to understand that when you generate the PDF form, it is Reader-enabled by Acrobat. In order to edit the form further in Acrobat, you have to create a non-enabled copy of the form. You do this in Acrobat by opening the form and selecting: File > Save a Copy
    and opening the copy. It is not opened automatically.
    You can now add a button and set it up to submit by email, either using a "Submit a form" action or the submitForm JavaScript method. You can set it up to include just the form data or the entire PDF, and will want to use a mailto type URL. Submitting the form to the FormsCentral server has a number of important advantages over email (much more reliable, more secure, etc.), so you might want to consider it.
    If the form needs to be saved with Reader versions prior to 11, then you will need to Reader-enable the document. In Acrobat 11 you do this by selecting: File > Save As Other > Reader Extended PDF > Enable More Tools

  • How do I add a submit form button to my form?

    I am creating a form in FormsCentral.  How do I add an email submit button, as an object, to the form?

    Hi,
    Please refer to the following forum thread:
    http://forums.adobe.com/message/5797460
    Regards,
    Brian

  • How do i add a facebook share button to my webpage

    how do i add a facebook share button to my webpage

    I use a Facebook logo and then encourage people to like the page. But I do have a couple of clients who have asked me to do this.
    Here's the link on Facebook's site for share buttons:
    https://developers.facebook.com/docs/plugins/share-button/

  • How can i add a donate now button to my iweb website

    how can i add a donate now button to my iweb website

    Here's some info about PayPal buttons....
    http://www.iwebformusicians.com/Internet-Music-Sell-Distribute/PayPal.html
    A "Donate" button is created in the same way as a "Buy" button.

  • HT204394 How do i add audio to a single slide, not using soundtrack on ipad? but having new audio for each slide, on the ipad (not mac)?

    How do i add audio to single slide on keynote, not using soundtrack so i can have new sound on each slide controlled by my click? Have ipad so cannpt drag from itunes i dont think.

    Troubleshooting Apple Mail
    What does Mail/Window/Connection Doctor Show? If the server is red, select it and look at the Show Details box.
    Troubleshooting sending and receiving email messages
    Troubleshooting sending email messages

  • HT4059 How can I add audio to my ibook title page?

    How do I add audio to the Title page of an ebook I am creating with ibook author?

    Everytime I add an audio file to the iWeb page a "Drop Image Here" appears with the audio control. Is there a way to eliminate the box for the image?
    If you don't put a picture in the area and publish all you'll get on the published page is the controller as shown here: Embedtests.
    You do know that if a visitor click on the small downward pointing triangle at the right of the control bar you get the option to download the file, right?
    Click to view full size
    However, having a download link to a zipped file as Riddy suggested would be more apparent to those who might not know about that feature.
    OT

  • How do you add a Facebook like button to an iBooks Author page?

    How can I add a Facebook Like Button to an iBooks Author page?
    I've got my book ready to go.
    I've got a facebook account to promote it.
    I just want to add a "Like" button on the iBooks page.
    regards
    iRevDr Bill Wall

    Hi KT,
    That was helpful, but I'm still having problems.
    I've plonked a Facebook logo on the page.
    BUT I can't seem to give it a hyperlink to my Facebook page.
    When I select the logo and then use the tool bars or the box thingy. It won't allow me to paste in the URL.
    It looks a bit ugly having a Facebook logo and the text of the URL beside it.
    Is there a way of making the Facebook logo have a hyperlink to its URL so you just click on the logo and it takes you to the facebook page.
    regards
    iRevDr

  • How to add Audio to a button

    Exactly as the title says, how can I add a ding to one of my buttons whenever the user clicks it?

    Hello,
    This is relatively straightforward once you understand how to work with a Var in Siena
    Assuming you start from blank screen
    add your sound via App Data / Media (right click for the media
    add an "Audio" control to you screen (right top cross)
    in the "Autostart" of your Audio1 put "bstart" without the quotes
    in the OnSelect of the button put
    UpdateContext({bstart:false});UpdateContext({bstart:true})
    So far you will then have a button that plays you that sound.
    You will have to decide what to do with the action you have behind. If the action is within the same screen you can add directly after the OnSelect of the button.
    Most likely you will need to move to another screen and then you should add the action in the OnEnd of your audio control
    Navigate(Screen2,ScreenTransition!Fade)
    Two remarks
    You can set the visibility of your Audio1 to "false" (select the audio and go to express view "visible". If you want to select it again and toggle the visibility you can use the control drop down on the top left to select your Audio1
    If you have multiple buttons you want to add the sound the safest way is to add a few other players as otherwise the OnEnd will be quite tricky if you just use one. You can safely point the audio control to the same media file but replace the bstart
    I mentioned above to "bstart1" for the first, "bstart2" for the second, etc.
    Hope this explains it a bit.
    Regards
    StonyArc
    http://www.stonyarc.com http://www.xboxlivenation.com

  • How do I add a close window button/image

    All I want to do: Add a close window button (round/square with an "x" through it) to either one or many html files. I don't see how to do this.
    Using RoboHelp 8 HTML and WinXP. Thanks.

    Ahh I see now. You are asking where to obtain such an image!
    The RoboHelp Gallery doesn't contain one. Sorry. You will need to obtain one from any number of other locations.
    You might look at the following link for one possibility.
    Icon Archive
    Here are a couple from my own colloection. You might right-click and save as.
    There are also a number of packages you may purchase or find. Perhaps the following link will help.
    Click here to search Google
    I cannot advise on the legal implications of using said images.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • How can I add a Save form button ( not save as ) for a custom fillable form ?

    How can I add a Save button ( not save as ) for a custom fillable form ?
    idea is ti to have a Save button  at the bottom of each page where the person filling
    the form  clicks the save button  on each page.( it is a 12 page fillable form )
    The only thing I was able to do  was add a button that  opens a Save As
    dialog box only.
    My experience  lever is - end user-intermediate.
    Thnaks.

    Thanks for the response.
    I wonder why  it wont allow.
    If I can  save ( as opposed to save as)   this form by clicking the  save icon on the  menu bar, I am not sure why it is no possible to do so on page level!
    Custom script option is not  even remotely possible!

  • How t o add Link with a button in jsp

    hi,
    I want to add link with a button in jsp. How will i do it? Is there anyone who can help me? Please help me.
    With Regards
    Bina

    Try this,
    <input type='button' onclick='window.location="a.html"'>

  • How to SIMPLY add audio crossfade between two clips ?

    Tried to make a simple cut edit for tv news.
    How to add an audio crossfade between two clips to soften transition ?
    Detach audio, then create audio only scenario, then add transition ? Unusable.
    When importing 8 tracks from Xdcam HD, how do you choose wich audio track to add your transition to ?
    Also, impossible to re-export to Xdcam disk on the field.
    This piece of software is simply unusable in real life pro conditions. Some very nice features, globally a disaster.

    First thank you all for taking time to reply.
    I found these solutions myself but for me these are only workaround.
    In Fcp7, you just had to drag and drop dissolve transition to clips junctions TO AUDIO TRACK ONLY. Very quick and simple. In Fcpx, it is very time consuming if you want to add audio crossfade to every clip junction in a full project. That's really not a software evolution in my opinion...
    I think "easy transitions to audio tracks only" has to be implemented in next version.
    Thanks again !

  • Why am I getting this error?  How do I add confirm message to button press?

    Using Java Studio Creator.
    I do not understand why I am getting the following page error:
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: java.lang.IndexOutOfBoundsException
    Index: 0, Size: 0
    Possible Source of Error:
    Class Name: java.util.ArrayList
    File Name: ArrayList.java
    Method Name: RangeCheck
    Line Number: 546
    ======================================================================
    I have a page that works.
    It has a button that is created in the session bean code with the following java:
    button = (HtmlCommandButton)application.createComponent(HtmlCommandButton.COMPONENT_TYPE);
    button.setActionListener( application.createMethodBinding("#{ScheduleEditSessionBean.mainApply}", new Class[]{ActionEvent.class} ));
    button.setId( "applyUndates" );
    button.setType( "submit" );
    button.setTitle( "Apply updates.");
    button.setValue( "Apply" );
    button.setStyle(style);
    children.add(button);
    When the button is pushed, it calls the following session bean method:
    public void mainApply(ActionEvent actionEvent)
    updateScheduleData();
    scheduleAdjustFlag = 1;
    dataApplied = true;
    dataSaved = false;
    addControls();
    This all works just fine - no errors
    ====================================================================
    I wanted to add confirmation to the button press, so I removed the action listener for this button and added
    a javascript function call for the onclick method
    button = (HtmlCommandButton)application.createComponent(HtmlCommandButton.COMPONENT_TYPE);
    style = "text-align: center; font-family: 'Arial','Helvetica',sans-serif; " + font + " height: 22px; width: 115px";
    // Commented out this line button.setActionListener( application.createMethodBinding("#{ScheduleEditSessionBean.mainApply}", new Class[]{ActionEvent.class} ));
    button.setOnclick("confirmApply()"); // Added this line.
    button.setId( "applyUndates" );
    button.setType( "submit" );
    button.setTitle( "Apply updates.");
    button.setValue( "Apply" );
    button.setStyle(style);
    children.add(button);
    I added a dummy button to the page that has the following call to execute the mainApply method in the sessioon bean.
    The button action just calls the mainApply() method in the session bean
    public String mainApplyBtn_action() {
    seb.mainApply();
    return null;
    Added the javascript to the page that simply pushes the dummy button if confirmed.
    function confirmApply()
    if( confirm( 'Are you sure you want to Apply these changes?' ) )
    form1["form1:mainApplyBtn"].click();
    The session bean method looks like this it is the same method as before, but without the action event argument.
    public void mainApply()
    lsb.logMsg( "<ScheduleEditBean.mainApply> Main apply pushed" );
    updateScheduleData();
    scheduleAdjustFlag = 1;
    dataApplied = true;
    dataSaved = false;
    addControls();
    ==================================================================================
    Now, when I push the original 'Apply' button, I get the confirmation box just like I expected.
    But when I confirm the question, I get the error at the top of this post.
    If I push the 'dummy button' directly, I do not get the error.
    I do not understand why I should be gettng this error.
    Can anyone give me a clue as to why this change would cause the problem?
    The error is related to an ArrayList.
    I use several of these on the page, but they should be filled with data in the preRender method of the page.
    Can anyone suggest a way that I can add confirmation to a button that is created under program control?
    Thanks

    Make use of the fact that when an onclick event of a button returns 'false', the action will not be taken.
    Pseudocode:<h:commandButton value="submit" action="#{myBean.action}" onclick="return confirm('Are you sure?');" />

Maybe you are looking for

  • Is there any way to download a report by web services or know its content?

    Hi everyone, I need to know, maybe, using web services or anyway I can if a report will show some result when someone executes it, or if it just will show no results. I hope that there is any way to know the number of lines that will be returned from

  • Javascript pop-up in servlets question

    I have a problem when i call a pop-up script it actually opens a blank screen upon clicking. I would like to know how do i make sure that when i click that it doesent direct to me a new page. I just want to stay in the same page. I tried using return

  • Macbook 4,1 RAM upgrade, L-Bracket

    I just removed the 2 x 1 GB RAM on my early 2008 MacBook 2.4 GHz Intel C2D and replaced it with 2 sticks of Kingston 2 GB RAM for a total of 4 GB. With the L bracket that runs around the RAM and HDD replaced, the computer starts, gets to the login pa

  • Heeelp cant install software on ipod....??

    Please help..... i cant install software/firmware on my ipod mini...when i open the software opdating box it just says: Failure in ipod - service please help....

  • HT4236 Not all photo albums i select are syncing. Anyone have an idea why?

    Not all the albums I select are syncing.  I go to Device > photos >select "selected albums" then choose the albums i want on my ipod touch then hit apply. when its "done" syncing I check my photos in the ipod and only two albums show up out of the 9