MATLAB: Customize “implay”

implayMATLABvideo

Hi,
is it possible to customize matlabs inbuilt video player? I would like to hide the toolbar and the menu.
Something like:
h=implay('Video.mp4','Menubar','off','toolbar','off')
I am asking, because I need a comfortable way to display and play/pause/ff video files. Or do I need to code it myself?
Thank you!