How to Set a Specific Start Time in the Video Player?

To specify a precise starting point for your video in the 5centsCDN Video Player, you can use the ‘startTime’ parameter. This parameter allows you to define the exact moment when your video should commence. Here’s how you can set it up: Determine the Start Time: Decide the exact time you want your video to start. […]

Read More

How can I set end actions in my video player?

To set end actions in a video player, follow these steps: 1. Define Your End Actions: Decide what actions you want your video player to take when a video ends. You can typically choose from options like replaying the video, displaying related content, or allowing viewers to share the video on social media. 2. Update […]

Read More

How to Show Skin on Player Initialization?

To control whether the player’s skin is shown upon initialization, you can use ‘showskinoninit’ query parameters to customize the player’s behaviour. Here’s a simple guide on how to show or hide the skin during player initialization: Enabling the Skin on Player Initialization: You can modify your video player’s URL by adding ‘showskinoninit=true’ or ‘showskinoninit=1’ to […]

Read More

How to Hide Rewind and Forward Buttons?

To hide the Rewind and Forward Buttons in your video player, you can use the ‘hideRewindForward’ query parameters to customize your player’s controls. Here’s how you can do it: Edit the URL of your video player to hide the Rewind and Forward Buttons. You can modify your video player’s URL by adding ‘hideRewindForward=1’ at the […]

Read More

How to Hide the Zoom Menu?

To hide the Zoom Menu in your Video Player, you can use the ‘hideZoomMenu’ query parameter to customize your player’s controls. Here’s how you can do it: You can modify your video player’s URL by adding ‘hideZoomMenu=1’ at the end or by ‘hideZoomMenu=true’ For example: https://your-video-player-url.com?hideZoomMenu=1 OR: https://your-video-player-url.com?hideZoomMenu=true When your viewers access this modified URL, […]

Read More

How to Hide Playback Rate Controls?

To hide the Playback Rate Controls in your Video Player, you can use the ‘hidePlaybackRate’ query parameters to customize your player’s controls. Here’s how you can do it: You can modify your video player’s URL by adding ‘hidePlaybackRate=true’ to the end of it. For example: https://your-video-player-url.com?hidePlaybackRate=true When your viewers access this modified URL, the Playback […]

Read More

How to Hide the Related Menu?

To hide the Related Menu in your Video Player, you can use the ‘hideRelatedMenu’ query parameters to customize the player’s controls. Here’s how you can do it: You can modify your video player’s URL by adding ‘hideRelatedMenu=true’ to the end of it. For example: https://your-video-player-url.com?hideRelatedMenu=true When your viewers access this modified URL, the Related Menu […]

Read More

How to Hide the Settings Button?

To hide the Settings Button in your Video Player, you can use the ‘hideSettingsButton’ query parameters to customize your player’s controls. Here’s how you can do it: You can modify your video player’s URL by adding ‘hideSettingsButton=true’ to the end of it. For example: https://your-video-player-url.com?hideSettingsButton=true When your viewers access this modified URL, the Settings Button […]

Read More

How can I disable the caption/subtitle option from the Video Player?

To disable the caption or subtitle option from your Video Player, you can use the ‘hideCaptions’ query parameter to customize your player’s behaviour. Here’s a simple guide: You can modify your video player’s URL by adding ‘hideCaptions=true’ to the end of it. For example: https://your-video-player-url.com?hideCaptions=true When your viewers access this modified URL, the caption or […]

Read More