HTML5 player options

Need to append URL parameters to HTML5 player for options as yet unavailable in component, such as poster file, styling, etc.

Adding parameters to the query string:

{{ get_mp4.data }}&loop=on

changes the string but the player stops working.

I also attempted to create a custom component to call the

I need a better player with more controls - is there a better approach than either of these? Can I call a remote commercial player from Retool?

Hello @dman!

Interesting issue, I haven't seen anyone embed a remote commercial player in Retool before :sweat_smile:

I assumed that using a custom component would be the best way to do so. What issue did you run into with the custom component? It looks like your comment cut out.

Did you have any luck with the built in Video component? Is that where you hit the issues of passing in {{ get_mp4.data }}&loop=on but the video stops playing when the string changes?