-->

how to embed video player on your website

1 minute read

 Embed video player on your website




Best embedded website video player as same as youtube 
there are more option avaliable on fluid player:-

Fluid player is one of the best video player on fully customization
on embedded video player on your website  
  • auto player
  • mute on hold
  • theather mode
  • Autohide controls
  • play/pause animation
  • playback speed
  • Download
  • show play button


Player Builder
Use the builder to see how easy it is to customize Fluid Player while seeing your changes in real-time in the video player
on the left, cut and paste the code created in the code generator box below the player to insert into your website




video.mp4 is default once your video upload on your google drive and get for everyone once copy the link 
and past the link on this site Direct link download and output link copy and replace the code on "video.mp4"



<script src="https://cdn.fluidplayer.com/v3/current/fluidplayer.min.js"></script>
<video id="video-id"><source src="video.mp4" type="video/mp4" />
<script>
    var myFP = fluidPlayer(
        'video-id', {
"layoutControls": {
"controlBar": {
"autoHideTimeout": 3,
"animated": true,
"autoHide": true
},
"htmlOnPauseBlock": {
"html": "",
"height": "",
"width": ""
},
"autoPlay": false,
"mute": true,
"allowTheatre": false,
"playPauseAnimation": true,
"playbackRateEnabled": false,
"allowDownload": true,
"playButtonShowing": false,
"fillToContainer": false,
"posterImage": ""
},
"vastOptions": {
"adList": [],
"adCTAText": false,
"adCTATextPosition": ""
}
});
</script>



official website:- fluidplayer.com

Once you insert the code and publish to view this once 



fluid video player