HELP ME PLEASE jwplayer 7 embed

Can someone just help me out of the kindness of their hearts?

I am using this theme: https://themeforest.net/item/videopro-video-wordpress-theme/16677956
I am using this plugin: https://wordpress.org/plugins/jw-player-7-for-wp/

The theme does not matter really just the plugin. The plugin provides the jwplayer 7 to function in wordpress. I asked author of plugin to add hd on or off toggle between two video sources of different quality(hd/sd) and never did so I found a way to do it myself.

I am using this code:

var playerInstance = jwplayer(“myElement”);
playerInstance.setup({
image: “my jpeg”,
width: “100%”,
aspectratio: “16:9”,
sources: [{
file: “my HD file”
},{
file: “my 360p file”
}]
});

Using this code everything works great the way I intended. I am having some issues though. Two issues to be exact.

  1. What can I add to this code to change the default colors of jwplayer 7 player theme “seven”. After looking up some info I found this snippet:

skin : {
name:“seven”,
active:“lightgray”,
inactive:“purple”,
background:"#BADA55"
}

I tried inserting this in various different way into the original WORKING code I put together but every way I tried broke the player.

  1. How to modify the code to HIDE the mouse cursor in fullscreen mode.

THAT’S IT! That is all i am trying to figure out. I have asked the entire internet and nobody will answer me. I am begging for someone to just give me the answer and save me please oh please.

Please no inquiries about hiring you for work just help me out if you know how to fix my issue please.

  • Steve