New to zapworks - Video Finish event

Hello,

I watched the business card video. Instead of setting up the cat is there a way I can play a video and set up the links to the website and phone and maps after the video plays?

1 Like

Hi @rswiderski,

You can listen for a video finish event which will run the block of code located within it once the video has finished.

You could set up a controller and state that holds the buttons visible and enabled properties which are both set to false to start. Then when the video finish event is run, you can activate the state which has the buttons visibile and enabled propery set to true.

Hope this helps.

George

Can you post a simple code example for timeline1 to start when videoplayer1 finishes?