Kod deneme

<script src=”https://cdn.fluidplayer.com/v3/current/fluidplayer.min.js”></script>

<div style=”width: 100%; max-width: 640px;”>

    <video id=”benim-ozel-videom”>

        <source src=”https://www.w3schools.com/html/mov_bbb.mp4″ type=”video/mp4″ />

    </video>

</div>

<script>

    fluidPlayer(‘benim-ozel-videom’);

 

</script>

<script src="https://cdn.fluidplayer.com/v3/current/fluidplayer.min.js"></script><div style="width: 100%; max-width: 640px;"> <video id="benim-ozel-videom"> <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4" /> </video></div><script> fluidPlayer('benim-ozel-videom');</script>