How To Activate Fluid Player <FRESH>

Check fluidplayer.com for the latest version number. Add a <video> element in the <body> of your page. Give it a unique id and specify your video source(s).

<!-- Fluid Player CSS --> <link rel="stylesheet" href="https://cdn.fluidplayer.com/3.10.0/fluidplayer.min.css"> <!-- Fluid Player JavaScript --> <script src="https://cdn.fluidplayer.com/3.10.0/fluidplayer.min.js"></script> how to activate fluid player

fluidPlayer('my-video', layoutControls: primaryColor: "#e67e22" , vastOptions: adList: [ adTagUrl: "ad.xml" ] , playlist: [ title: "Intro", sources: [ src: "intro.mp4" ] ] ); If you want to create a player programmatically: Check fluidplayer