Page 1 of 1

Stopping Video

Posted: 02 Jul 2014, 11:48
by tyle_cells
Hi,

I have this scene with multiple pages.
On one of the page I have a video on loop and I realize when the video is playing and I switch to another page the video does not stop playing.

I wanted to try binding the stop function to the button that clicks from pages to pages but that button is within a hierarchy container that is within another hierarchy container (which I cannot seems to bind into).

Is there a solution?


Cheers,
Tyle_cells

Re: Stopping Video

Posted: 02 Jul 2014, 14:09
by Karol
You have to expose the properties you want to bind outside the Container:
http://www.ventuz.com/support/help/late ... Properties

Cheers
Karol

Re: Stopping Video

Posted: 03 Jul 2014, 04:24
by tyle_cells
Hi,

The expose works. Thanks a lot.

But I have another problem now, I'm unable to bind the seek function of the video to the UI buttons.
I'm not sure if I'm doing something wrong, I've attach an image of my scene contents hope it helps to understand my problem.
scene_file.jpg
Cheers,
Tyle_cells

Re: Stopping Video

Posted: 03 Jul 2014, 09:12
by Götz_B
Same thing here, expose the according output properties of the buttons.

Re: Stopping Video

Posted: 03 Jul 2014, 10:25
by chriss0212
and take care, that you use the events....not the bools!

greetz

christian

Re: Stopping Video

Posted: 04 Jul 2014, 03:14
by tyle_cells
Hi,

Woah, I didn't know I actually had to expose it a number of times.
Thanks a lot, everyone.

Cheers,
Tyle_cells