Skip to main content
Participant
January 2, 2013
Question

Button to turn closed caption on and off

  • January 2, 2013
  • 1 reply
  • 392 views

I’ve been working on a narrated course in Captivate 5.0 that must be 508 compliant.  I’ve set the click boxes to continue to the next slide using the Tab key.   ( Thanks to  Liybiri) I’ve inserted the seamless tab script in the htm so it doesn’t wander to the explorer.. But the tab still jumps to the playbar. How can I get a button for the Deaf to use to turn closed captioning on and off without using the playbar.  

    This topic has been closed for replies.

    1 reply

    Inspiring
    January 3, 2013

    Create an AA as follows, attach it to a button.

    If

     

    cpCmndCC is equal to 0

    Assign cpCmndCC with 1

     

    Else

    Assign cpCmndCC with 0