Skip to main content
Participating Frequently
September 23, 2016
Answered

Volume Slider for Captivate Playbar

  • September 23, 2016
  • 2 replies
  • 957 views

Can anyone point me in the direction of how to create or add a volume slider to an existing Captivate playbar?  I need to launch my flash course in full screen mode which covers the Windows system tray and prevents users from adjusting their volume from that location.  

Any help would be greatly appreciated.  I'm using Adobe Captivate 9 and I have access to the CC suite for editing FLA's.

    This topic has been closed for replies.
    Correct answer Lilybiri

    There is the VolumeControl widget, but you cannot put it in the playbar. Same for any custom shape button, they both have to be on the slides. Do you want SWF or HTML output? For SWF output, you could edit  the widget (those are wdgt files) in Animate CC.  For HTML, I'll leave the answer to a JS specialist. You can find all playbars under en_US (or your specific local folder), in the Gallery.

    2 replies

    Paul Wilson CTDP
    Community Expert
    Community Expert
    September 24, 2016

    I agree a slide would be ideal but you could create a set of volume plus and minus buttons with the following advanced actions associated with each:

     

    Volume_Plus

    Expression cpCmndVolume = cpCmndVolume + 10 

     

    and

     

    Volume_Minus

    Expression cpCmndVolume = cpCmndVolume - 10

     

    I just picked 10 out of thin air. I tried this once with only an increase or decrease of 1 and it took forever to raise or lower the volume.

    Paul Wilson, CTDP
    Participant
    July 7, 2022

    Thank you Paul!

    In our LMS we cannot use widgets at all (Captivate 2019 v11) - on publish Captivate creates SWF files on the widgets. The LMS rejects them. We had to create our own HTML5 specific functions to replace the widgets.

    Lilybiri
    LilybiriCorrect answer
    Legend
    September 23, 2016

    There is the VolumeControl widget, but you cannot put it in the playbar. Same for any custom shape button, they both have to be on the slides. Do you want SWF or HTML output? For SWF output, you could edit  the widget (those are wdgt files) in Animate CC.  For HTML, I'll leave the answer to a JS specialist. You can find all playbars under en_US (or your specific local folder), in the Gallery.

    Participating Frequently
    September 26, 2016

    Thanks so much for the clarification.  This does help.  I will most likely just add something like the widget to the slide.  Appreciate your quick response!!