Kodlarım aşağıda yer alıyor. Buraya bir buton ekleyip ileri al geri al butonu eklemek istiyorum.

.js dosyasında değişiklik yapmadan bu mümkün mü?

    <script>
    var myFP = fluidPlayer("video-id", {
        layoutControls: {
            controlBar: {
                autoHideTimeout: 3,
                animated: true,
                autoHide: true,
                
            },
            
            htmlOnPauseBlock: { html: null, height: null, width: null },
            autoPlay: false,
            mute: false,
            allowTheatre: true,
          keyboardControl: true,
            playPauseAnimation: false,
            playbackRateEnabled: true,
            allowDownload: false,
            playButtonShowing: false,
            fillToContainer: true,
            posterImage: "",
          
        },
        vastOptions: {
            adList: [],
            adCTAText: false,
            adCTATextPosition: "",
        },
          
    });
</script>