Is there any way to make Experimental::VideoPlayer Appear under the other widgets/sprites?

Hello, I’ve been experimenting with VideoPlayer for some of my needs. Everything is going well but I was wondering instead of VideoPlayer being on top of all widgets/buttons is there a way to make it appear beneath the other Scene widgets/sprites?

You could change the engine code to suit your needs.

1 Like

I’ve usually attempted that :). i try using ctrl+left click to find the source, then i would begin modifying parameters or etc. but with this UIVideoPlayer.h just tell me in an //comment that video player does quote “It’s mean VideoPlayer displays a video file above all graphical elements of cocos2d-x.”

Where is the engine code for how VideoPlayer works? or am i in the correct file?

Nevermind i found the .cpp. ill begin trying some things and post a solution here for future users. Thanks for the suggestion :slight_smile: