Page 1 of 1

Resizing video thumbnails on touch

Posted: 03 Mar 2016, 13:26
by Okan Sabrioglou
Hello Ventuz family. I am new here and also i am a beginner at Ventuz Designer.

I have a question and i kno i will get some helpfull info from you.

So now my question, in our company my boss asked me if i can design a basic background and have 4 videos like thumbnails and resizing them into fullscreen in each press of thumbnails(videos).

I know the basics and making slides, addin some keyfrae animations, adding videos in each slide but where i have problem is animating something like this.

Thank you very much.

Re: Resizing video thumbnails on touch

Posted: 07 Mar 2016, 11:16
by Luke47921
Whipped this up in about 2 minutes so it's very simple but it might help. Just mouseover the thumbnail and it will trigger an animation to zoom in.

Re: Resizing video thumbnails on touch

Posted: 07 Mar 2016, 13:19
by Okan Sabrioglou
Thank you very much. I am going to try this and i will tell you the final result. Thank you again.

Re: Resizing video thumbnails on touch

Posted: 11 Mar 2016, 11:17
by Okan Sabrioglou
Hello again. I have another trouble now. I made about 4 videos resizing on touch and playing them sepaeratley in each touch. But i cant stop them when i want to scale down and play the other video. :D I tried everything from seek single tap button to pause tap and hold. But nothing worked for me.

How do i stop the video when scaling down? Please help me.

Re: Resizing video thumbnails on touch

Posted: 14 Mar 2016, 16:36
by Karol
Hi!

Did you check out the VideoPlayer project from the Online Content? See image!

Re: Resizing video thumbnails on touch

Posted: 15 Mar 2016, 10:38
by Luke47921
For some reason I can't upload any archives at the moment, but if you add two events, one for pause and one for play, and link the 'enabled' input boolean of the events to the 'IsPlaying' output boolean of the video node, you get two events, one of which will only fire while the video is playing (which you can link to pause) and the other which will only fire when the video is not playing (linked to play). That way you can just use TouchEnter/SingleTap linked to those events.

Re: Resizing video thumbnails on touch

Posted: 16 Mar 2016, 02:15
by Okan Sabrioglou
Thank you all for helping. I will give a try and i will let you know what i achieved :)

Thank you