play pause video button

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

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 279 times
Image Image
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

Strange i noticed that the Pano2VR Video Seekbar disaperes on taplets Android and IOS
is i normal ?
Image Image
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Svendus,
Iv adde a few bits to your skin.
Just compare the actions to your skin to this one.
Regards,
Hopki
Attachments
play_pause_video.ggsk
(5.33 KiB) Downloaded 248 times
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

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
Image Image
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
Hummm, can you send your skin?
Cheers,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

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 ?
Image Image
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

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
Attachments
Seekbar_panorama_video_sound_projecktion_fullscreen_play_paus.ggsk
(32.83 KiB) Downloaded 354 times
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

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
Image Image
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Svendus,
Under the text section of the context menu

1.jpg
1.jpg (18.02 KiB) Viewed 4644 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
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

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>
Image Image
Post Reply