as you know that when you Embed youtube video in your web page, it works fine , but if you click on any part of screen, youtube website will open in new window.
is there
there are a few ways to do this like (depending on your programmer skills):
REQUIRE JS knowledge: - use the JS api from google and disable the normal buttons and add customs buttons and events (there are a lot of examples in their documentation)
NO PROGRAMMER skills:
USAGE for above solutions: - if you want to click on the player and trigger an action without starting to play the Youtube video - disable: youtube click / open youtube in another window
HOPE THIS WILL HELP YOU