Want to customize the embedded video

Q&A about the latest versions
Post Reply
A-Kai
Posts: 6
Joined: Fri Oct 23, 2020 1:34 pm

I want to customize the embedded video.

For example, is it possible to set up an icon button to play a video or switch between multiple videos with a button?

It may be solved if the embedded video and skin editor can work together, but I don't know how. Please tell me.
Attachments
example2.jpg
example2.jpg (414.78 KiB) Viewed 687 times
example1.jpg
example1.jpg (411.75 KiB) Viewed 687 times
User avatar
Hopki
Gnome
Posts: 13004
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi A-Kai,
As you add the embedded videos you will see each has an ID, starting with Element01 by default.
You can edit the ID if required if it will be easier to work with.
In the skin you can add an action, Config Loaded, Media, hide media, then use the Media ID.
You could add the action to a container and call it something like "media_control" so you know where the action is.
You would add an action for each video that needs to be hidden.

You can then add a play button, one for each video.
It would have the actions to first hide the other videos, then a show media action, and then finally a play/pause action.
So on click, it would show only the required video and play it.

You would add a play button for each video similar to your example image.
Regards,
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/
Post Reply