Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Stopping Video

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
tyle_cells

Stopping Video

Post by tyle_cells » 02 Jul 2014, 11:48

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

User avatar
Karol
Posts: 640
Joined: 10 Jan 2012, 12:07

Re: Stopping Video

Post by Karol » 02 Jul 2014, 14:09

You have to expose the properties you want to bind outside the Container:
http://www.ventuz.com/support/help/late ... Properties

Cheers
Karol

tyle_cells

Re: Stopping Video

Post by tyle_cells » 03 Jul 2014, 04:24

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

User avatar
Götz_B
Posts: 180
Joined: 21 May 2013, 13:01

Re: Stopping Video

Post by Götz_B » 03 Jul 2014, 09:12

Same thing here, expose the according output properties of the buttons.

chriss0212
Posts: 666
Joined: 18 Jan 2012, 20:56
Location: wuppertal
Contact:

Re: Stopping Video

Post by chriss0212 » 03 Jul 2014, 10:25

and take care, that you use the events....not the bools!

greetz

christian

tyle_cells

Re: Stopping Video

Post by tyle_cells » 04 Jul 2014, 03:14

Hi,

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

Cheers,
Tyle_cells

Post Reply