Page 1 of 1

play pause video button

Posted: Thu Jan 12, 2017 2:27 pm
by Svendus
Hi Guys

I am trying to make a play pause video button !
But it collapse the video seek bar, when clicking the pause icon the seek bar disappear ?
attach the skin component
the skin editor are just awesome but we are still on the apprenticeship state :mrgreen:
play_pause_video.ggsk
(5.11 KiB) Downloaded 285 times

Re: play pause video button

Posted: Sat Jan 14, 2017 9:11 am
by Svendus
Strange i noticed that the Pano2VR Video Seekbar disaperes on taplets Android and IOS
is i normal ?

Re: play pause video button

Posted: Sat Jan 14, 2017 6:44 pm
by Hopki
Hi Svendus,
Iv adde a few bits to your skin.
Just compare the actions to your skin to this one.
Regards,
Hopki

Re: play pause video button

Posted: Sun Jan 15, 2017 1:47 pm
by Svendus
Hi Thank You Hopki
now it is almost running :D
the Seek bar lays now in the Container with the Play-Pause
an it is now running on iOS and Android 6 Marshmallow

Added play Pause text but it shows up in the loading of the panorama video ?
click the image for full size

Image

Re: play pause video button

Posted: Sun Jan 15, 2017 11:46 pm
by Hopki
Hi,
Hummm, can you send your skin?
Cheers,
Hopki

Re: play pause video button

Posted: Mon Jan 16, 2017 8:08 am
by Svendus
Hi Hopki
Skin are running att the THETA FUN tread here
the skin are build with Simplex components
so i attach the skin here
I did first try to make the text Play and Paus separately
but it went to complicated for me because the 2 SVG images lays on top of one another
so it became Play Paus in one word
the text are with -1-1 shadow
i tried to make this -1-1 shadow on the
projection icons as well
but it went Grey when clicking on it ?

Re: play pause video button

Posted: Mon Jan 16, 2017 1:15 pm
by Hopki
Hi Svendus,
I moved the text, play-pause into container 1, by the way there is two container ones in your skin as well as two Seekbar 1.
Then I deselected visible for the play-pause text so it is hidden at start up and only shows when you mouse over the buttons.

However what I think may be better was to make a copy of the text box and then make each a child of each play/pause buttons.
Deselect visible and then under the visible logic block select mouse over parent, visible true.
You then don't need the actions in the play pause buttons to show and hide the text boxes.
I then change the text so each box shows the correct text, Play or Pause.

Regards,
Hopki

Re: play pause video button

Posted: Mon Jan 16, 2017 8:20 pm
by Svendus
New fresh look at the Forum Nice
to live means to learn ones again great thanks for your help
Now it is running with only one Seek bar
Great the visitor can now pause the 4Kvideo and let it buffer

Image

i think the preview image on the panorama video do not have to be multi resolution
sorry one more thing :D

Image

i have tried but this function will not accept html
is it possible to load the links in the right click menu
in the same window _self
now it opens in new window/tap _blank

Regards Svendus

Re: play pause video button

Posted: Tue Jan 17, 2017 4:22 pm
by Hopki
Hi Svendus,
Under the text section of the context menu

1.jpg
1.jpg (18.02 KiB) Viewed 4739 times
use:

Code: Select all

<a href="http://hopkimedia.co.uk" target="_blank">Hopki Media</a>
Of course change the URL and name in the above code.
Don't put anything in the URL section.
Regards,
Hopki

Re: play pause video button

Posted: Tue Jan 17, 2017 6:28 pm
by Svendus
Got it Thanks again

Code: Select all

<a target="_self" style="text-decoration: none" title="Hopki homepage" href="http://hopkimedia.co.uk"><font color="#000000">Hopki Media</font></a>