Thursday, 19 September 2024

Flowplayer Script

Please click the play button

play-rounded-fill play-rounded-outline play-sharp-fill play-sharp-outline
pause-sharp-outline pause-sharp-fill pause-rounded-outline pause-rounded-fill
00:00

spaceplay / pause

qunload | stop

ffullscreen

shift + slower / faster

volume

mmute

seek

 . seek to previous

126 seek to 10%, 20% … 60%

Script:

<link href="//releases.flowplayer.org/7.0.4/commercial/skin/skin.css" rel="stylesheet"></link>
    <style>

   </style>
   <script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
  <script src="//releases.flowplayer.org/7.0.4/commercial/flowplayer.min.js"></script>
  <script src="//releases.flowplayer.org/hlsjs/flowplayer.hlsjs.min.js"></script> 
  <script>
  flowplayer(function (api) {
    api.on("load", function (e, api, video) {
      $("#vinfo").text(api.engine.engineName + " engine playing " + video.type);
    }); });
  </script>

<div class="flowplayer fixed-controls no-toggle no-time play-button obj"
    style="    width: 100%;
    height: 100%;
    #margin-left: 7.2%;
    #margin-top: 6%;
    z-index: 1000;" data-key="$812975748999788" data-live="true" data-share="false" data-ratio="0.5625"  data-logo="">
      <video autoplay="true" stretch="true">
      <video autoplay="true" stretch="true">
         <source src="https://digital.ceriatv.co.id/hls/rtv/live.m3u8" type="application/x-mpegurl"></source>
        
      </video>   
   </div>

No comments:

Post a Comment