Skip to main content
ralantess
Known Participant
May 31, 2016
Question

buttons for videos

  • May 31, 2016
  • 1 reply
  • 310 views

Hello there,

Have a question please... On my slide there are two buttons that will trigger two different event videos. How can I fire the buttons to play the videos linked to them??

Thank you.

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    May 31, 2016

    Event videos play independently, user has to click the Play button in the control panel of the video itself.

    Or do you want to show only one video at the same time?

    ralantess
    ralantessAuthor
    Known Participant
    May 31, 2016

    Yes, exactly. I want to show one video depending on the button selected. Thanks for the help again.

    Lilybiri
    Legend
    May 31, 2016

    If you are on CP9 you could do it with states: you can have an object where each video is in one state and just switch between states.

    For other versions you'll have to use Show/Hide. You can use this standard advanced action for the first button:

    • Hide Video2
    • Show Video1

    For the second button:

    • Hide Video1
    • Show Video2