Every video player has a ‘hashId’, which is the player’s unique identifier. Users have the option to choose from default skins (Skin1, Skin2, Skin3, Skin4, Skin5) or use the hashId of any custom skin they have created. Here’s how you can modify the URL to change the player’s skin:

  1. The base URL for the player iframe generally looks like this:

    https://iframes.5centscdn.com/video/hashId
  2. Using Default skins: Replace hashId with one of the Default skin names. For example, to use skin1, the URL would be:

    https://iframes.5centscdn.com/video/skin1
  3. Using Custom skins: If you have a custom skin, use its unique hashId. For instance, if your custom skin’s hashId is abc123xyz, update the URL as follows:

https://iframes.5centscdn.com/video/abc123xyz