Sound lags when button is clicked

Hello!
I'm having a problem here, I hope someone can help me out.
I have converted a SmartShape to a button. When clicked, I want it to play an 'incorrect sound'.
I selected 'Play Audio' on succes.
When I click the button, it plays the sound indeed but only after a 3 seconds lag. But I would like it to play the sound immediately.
There's nothing wrong with the audio file, it starts immediately. I gues it has something to do with Captivate only playing sounds after a small pause?
I have another question but I will post it in new thread.
Thank you!
Sara

@Lilybiri: inderdaad ;-)
Well, the problem is solved. I still don't know what actually caused the delay. I just deleted everything and started over, and now it works. I know for sure there was no silence in the beginning of the file, as I can show you in this screenprint.
Anyway, thank you very much for your replies!
Sara

Similar Messages

  • Refresh BSP Page when button is clicked

    Hello friends,
    I am developing a BSP application in which on page1, when button is clicked, new popup window(page 2) for caculating one field is displayed.
    At the same time I want to update value of the field(Calculated in page 2) to be updated in calling page(Page 1).
    Your help would be appreciated.
    Best regards,
    Dharitree

    I think it would be possible using javascript code.
    Try following javascript code:
    Write following 2 javascript functions in Page1.
    function openPopup()
    document.open(u2018page2.htmu2019, u2018page2u2019, "height=450 width=500 left=320 top=200 status=no")
    function transf(calculatedvalue)
    document.getElementById("<ID OF YOUR ELEMENT(INPUTFIELD)>").value = calculatedvale;
    In Page1, onClientClick event of the Button call openPopup() function Javascript
    Write following function in Page2.
    function getCalcValue()
        opener.transf("<%=CALCULATEDVALUE%>");
        window.close();
        return true;     
    In Page2, after the calculation, call getCalcValue Javascript function.
    Let me know if you need any further clarification on this.
    ~Salil
    Edited by: Salil Patel on Aug 8, 2008 2:51 PM

  • How can I remove "click" sounds when buttons are clicked?

    I have created a Captivate project for an online tutorial.
    There is no audio in the project but Captivate has embedded a
    "click" audio which occurs when the user clicks on "Next", "Back"
    and "Menu" buttons.
    How can I remove these "click" sounds?

    Hi dyageme and welcome to our community
    Fellow Adobe Community Expert Paul Dewhurst offers up just
    such a fix.
    Click
    here to visit Paul's site.
    Cheers... Rick

  • Sound lag when playing games

    Hi,
    My Z1 compact has sound issues when playing games.
    There is a noticable sound lag of about a second (not much but is quite annoying), not only on newer games but also on the older ones, Angry Birds for example.  My recorded videos or YouTube don't appear to have the same issue.
    The problem seemed to occur after I had installed Worms 2: Armageddon when the phone got extremely hot and crashed. It was after the phone had reset and cooled down that I noticed the sound lag issue and Worms 2 was running at a very slow frame rate.
    I then installed Worms 2 on my ASUS TF201 and it runs perfectly with no sound or heating issues.
    I can't seem to find anyone else with this issue so i'm wondering if my phone is faulty.
    Any help would be much appreciated.

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    I suggest that you try to repair the phone software using PC Companion..
    Before repairing your device you may want to backup your information first. Check out this topic for more information on how to.
    How to backup?
    If the issue should still remain I think that this needs to be examined and fixed at a repair center. For more information about how to submit your phone for repair and where, contact your local support team.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • When buttons are clicked (in pdf), they flash instead of remaining solid

    Page-turn buttons (mouse click action) with two appearances (white, and with mouse over, grey) flash from the grey back very briefly to white when clicked. Is there some way to avoid this? It's a bit nit-picky, but the flashing makes the buttons in an swf or pdf seem clunky and less smooth.

    Hello,
    I checked your file and I was able to preview it in Browser properly.
    However as I can see, you have Hyperlinked the Labels of Accordian which is why Accordian functionality does not work. When user clicks on it, before expanding it takes the user to the hyperlinked page.
    I would suggest you to Export it as HTML on your computer on a different location and then check if it works or not.
    Regards,
    Sachin

  • Hide Textbox when buttons are clicked

    Hi all,
    Im trying to create a form for our customer service reps to make their lives easier. Which is a plus for me.
    I tried googling and playing with some Validation scripts and nothing seems to work.
    Here is what im trying to accomplish.
    There is 3 Radio buttons ( Credit, Repair, and Replacement), I need to have the ability to only have 1 of the three selected
    So if a button is clicked it would make a series of text and text boxes visible and Hide the others
    I am not quote sure how to do this.
    Found this article but im not sure if it applies. Im using Acrobat X Pro.

    So i found this thread
    http://forums.adobe.com/thread/908481?start=0&tstart=0
    var f = this.getField("c1");
    var g = this.getField("Text2");
    if (f.value==(Yes))
    g.display = display.hidden;
    else
    g.display = display.visible;
    it works but the box does not disappear when I uncheck. It mentions how to do it also in the thread but it doesnt seem to work?

  • Text blinking when buttons are clicked in Acrobat

    I have an interactive pdf that has buttons and layers. I am on a mac, and it works as it should. When an icon is clicked text changes out (shifts between layers) But my client is on a PC and is saying that when she clicks the icon, all the text on the page blinks off and then on and then changes. (even the text that is not associated with the button)
    Does anyone know what is causing this, and is there a solution?
    thank you!

    I have an interactive pdf that has buttons and layers. I am on a mac, and it works as it should. When an icon is clicked text changes out (shifts between layers) But my client is on a PC and is saying that when she clicks the icon, all the text on the page blinks off and then on and then changes. (even the text that is not associated with the button)
    Does anyone know what is causing this, and is there a solution?
    thank you!

  • Slide fades to white when button is clicked

    Hello Forum Members,
    I have a problem with Captivate 3.0 that I have not been able
    to solve or figure out.
    I have a concluding slide with 3 standard buttons on it, and
    an audio track.
    Click one button and it jumps to "slide 1" - this is correct.
    Click another button, which uses the "jump to URL" this is
    correct.
    Click the third button - the slide continues to play, and
    fades out to white.
    I never want the slide to play or fade. This button uses the
    "Execute javascript" method to open a separate browser window on
    top of the window where my Captivate app is. When I close this
    window, the Captivate app continues to play, and fades out
    (almost).
    Is there some way I can stop the slide from trying to go to
    the "next" slide? this is the last slide in the presentation.
    Thanks,
    eholz1

    the legend indicates u got a solution could you forward to me

  • Displaying Image and even hiding after few seconds when button is clicked

    Hi All,
    How to perform an action with a JButton.When clicked image should be displayed and after span of 10 seconds it should get invisible???
    Thanks in advance.
    regards,
    Viswanadh

    kevinaworkman wrote:
    For creating an image, look at the getImage() function of the Toolkit class: [http://java.sun.com/javase/6/docs/api/java/awt/Toolkit.html#getImage(java.lang.String)|http://java.sun.com/javase/6/docs/api/java/awt/Toolkit.html#getImage(java.lang.String)]
    Or use the more modern [ImageIO |http://java.sun.com/javase/6/docs/api/javax/imageio/ImageIO.html] class, which is generally preferred over the older Toolkit methods.
    As for drawing it, I'd suggest extending a JPanel and overriding its paintComponent functionOr simply use a JLabel that displays only the image. There is no need to subclass JPanel simply for displaying an image, that is re-inventing the wheel.
    As for having the image fade away over a few seconds, use a [Swing Timer|http://java.sun.com/javase/6/docs/api/javax/swing/Timer.html] . It ensures that your rendering updates are done on the EDT.
    Try some stuff out and post back with an SSCCE if you are still having problems. We will not write the code for you.

  • Calling valueChangeListener when button is clicked

    Hello All,
    I am using jdev 11.1.1.6
    I have block of code:
    If something is changed in inputText then updateDate is called, and my work is done
    <af:inputText id="it11" value="#{pageFlowScope.Bean.input}" immediate="true" autoSubmit="true" valueChangeListener="#{pageFlowScope.Bean.updateDate}" />
        public void updateDate(ValueChangeEvent valueChangeEvent) {
            bean.setDate((Date)valueChangeEvent.getNewValue());
            //Do something
    I want the similar thing to be done by command button
    <af:commandButton text="click" partialSubmit="true" id="click" actionListener="#{pageFlowScope.Bean.Search}"/>  ---> after i click this button i want to call the value change event fucntion
        public void Search(ActionEvent event){
            //How to call value change event ?
    <af:inputText id="it11" value="#{pageFlowScope.Bean.input}" immediate="true" autoSubmit="true" valueChangeListener="#{pageFlowScope.Bean.updateDate}" />
        public void updateDate(ValueChangeEvent valueChangeEvent) {
            bean.setDate((Date)valueChangeEvent.getNewValue());
            //Do something

    Hi Anitha,
    You can use the navigation option. It is the simple and better one.
    If you want to call the another BSP application with in a BSP means you can use the URL.
    Thanks.

  • How to set  a  focus to a text field when  button is clicked

    [b]in sun stdio creator  setting  a focus is not possible is it a bug
    if  we use  java script
    <ui: button  onClick="focuss(form1:text1)"/>
    function focuss(text1){
        var text=text1;
        text.focus();
    the code is executed but  it is not  working  why[/b]

    Sorry, I didn't read carefully your question. My answer refered to client side only. You can set the focus programmatically with Body.setFocus(). In the appropriate action method or action listener call
    this.body1.setFocus("form1:textField1");
    or maybe
    this.body1.setFocus(this.textField1.getClientId());
    to avoid errors due to changing client ID or save the client ID of the TextField in a private member and call Body.setFocus() in prerender().

  • Make Table visible after button is clicked

    Hi,
    How to make a table visible only after a button is clicked on the screen?
    I have two input fields and based on that data we click a search button and data is displayed.
    How to make the table  visible only after the button is clicked.
    Regrads

    hi ,
    u proceed as follows :
    1 bind visible property ur table to a context attribute of type wdui_visibility
    2 set the default value to '01' , making it '01 ' means initially ur UI wud be invisible
    3 in the onActionEvent method , when button is clicked , read the context attribute
    4 set its value to '02' using set_attribute method , u can do it using code wizard
    DATA lo_nd_cn_all TYPE REF TO if_wd_context_node.
         DATA lo_el_cn_all TYPE REF TO if_wd_context_element.
         DATA ls_cn_all TYPE wd_this->element_cn_all.
         DATA lv_invisible LIKE ls_cn_all-invisible.
    *    navigate from <CONTEXT> to <CN_ALL> via lead selection
         lo_nd_cn_all = wd_context->get_child_node(
         name = wd_this->wdctx_cn_all ).
    *    get element via lead selection
         lo_el_cn_all = lo_nd_cn_all->get_element(  ).
    *    get single attribute
         lo_el_cn_all->set_attribute(
           EXPORTING
             name  =  `INVISIBLE`
             value = '02' ).
    set attribute INVISBLE under context node cn_All to visible
    5 press control + f7 , use the radio button read context node /attribute
    for visible / invisble , instead of setting attribute to '01' and '02' , u can do it dis way
    wd_context->set_attribute( name = '<attribute name>' value = if_wdl_core=>visibility_visible )." to make it visible.
    wd_context->set_attribute( name = '<attribute name>' value = if_wdl_core=>visibility_none ). "to make it invisible
    this way u wud be able to achieve ur desired functionality
    regards,
    amit

  • My iphone dosen't doesn't make key tone sounds anymore when I write a text message or when I want to dial a phone number I don't know how to fix this problem, I don't hear the clicking noise anymore does anyone know how to fix this problem?

    My iphone dosen't doesn't make key tone sounds anymore when I write a text message or when I want to dial a phone number I don't know how to fix this problem, I don't hear the clicking noise anymore does anyone know how to fix this problem?And all the sounds on my phone are on, even the keyboard clicks.

    Try restarting your iPhone by holding down the on/off and the home buttons at the same time until you see the Apple logo, double check the volume button just in case.  If you still can't hear the tones go into your settings>sounds and make sure the options are on. 

  • My sound has recently gone on my Iphone4s, this only happens when I use my phone myself. The sound works when I receive calls and texts but I am unable to watch videos, listen to music etc it seems like my volume button has gone! Can anyone help??

    My sound has recently gone on my iphone4s, this only happens when I use my phone myself. The sound works when i receive a call or a message etc but I am unable to watch videos or play music, the sound also doesn't work on games. Please can anyone help with this issue or let me know how to fix it if experienced the same problem?

    Remove all apps from multitasking bar. Double click Home button then tap and hold an icon and tap on little x on every app. Then reset. Hold down Home and Power button until Apple logo appears.

  • I am unable to find "menu button New Fx Menu" when trying to (Click the menu button New Fx Menu and then click Exit Close 29)

    I have had sound problems when viewing facebook and youtube and thought it may be a plugin problem. I don't know much about computers and stumble my way through like now so simple instruction are required please.

    Hello,
    On the right side of your browser, below the window close button [X], should be three horizontal lines.
    * Menu [[Image: New Fx Menu]]
    * Exit [[Image: Close 29]] is on the bottom right corner of the menu that opens
    If you still cannot see it, '''try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *Assuming you have your menu bar visible, go to "Help" > "Restart with Add-ons Disabled"
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.
    If that menu is still not visible, please provide us with a screenshot. If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem.
    Thank you!

Maybe you are looking for

  • Business Area (GSBER) control in Automatic Payment Program

    Hi everyone, I'm implementing a payment process in a company in which I have to different Business Areas and Payments are processed separately but both use transaction F110. How can I restrict a Business Area to create a proposal just with documents

  • 0hrposition_cctr_attr extractor load problem

    hello , i have loaded 0hrposition_attr ...i'm trying to load the position and cost centers using the 0hrposition-cctr_attr extractor...but the load never finished and its shows 0 records...the status doesnt change from yellow to green... would apprec

  • Ios 8, all my devices go off when someone calls

    updated my ipad air, my iphone 5S, and my work iphone 5 to ios 8 i havent noticed any glitches except a feature i do not like. everytime someone calls either of my phones, ALL THREE devices go off. i do not like this. how do i turn it off. i tried to

  • Are there any developers out there interested

    I have a project that I am working on and I am trying to find a developer that has worked on Adobe illustrator and photoshop plugin technology previously. Please contact me if you are a developer interested in a new project. [email protected] This is

  • Alternative router settings to replace hh4

    Hi all I have recently purchased a Cisco rv220w router to replace my home hub 4. I have tried and tried but can't seem to get the router to receive an internet signal. I have used pppoe and changed the user name to that of my home hub.. I think one i