Replies: 1 comment 4 replies
-
|
You can override the templates for FlyleafME and customize it based on your needs. If that's not enough you can then build your own with lower level FlyleafHost. You can also configure any key bindings that you want. Check issues/questions/wiki/samples and if you have some specific questions let me know! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! First of all, thank you for this awesome and extremely fast media player library for WPF.
I am currently building a custom video player layout and trying to achieve some UI customization. I have two questions regarding
FlyleafMEand custom controls:FlyleafMEnavigation panel? Specifically, I would like to change the slider color, hide certain buttons that I don't need (like settings or subtitles), or completely style it?FlyleafMEisn't possible and I have to useFlyleafHostwith my own custom navigation panel (custom WPF Slider, Play/Pause buttons, etc.), is there a way to link Flyleaf's built-inKeyBindingsmechanism to my custom UI controls?I want the built-in hotkeys (like Arrows for seeking or Space for play) to smoothly update and synchronize with my custom slider and button.
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions