Home HTML Code Movie With subtile using JWplayer
HTMLShort Tip

Code Movie With subtile using JWplayer

Share
Share

<script src="https://cdn.jwplayer.com/libraries/IDzF9Zmk.js" type="text/javascript"></script>
<script type="text/javascript">
  jwplayer.key='ypdL3Acgwp4Uh2/LDE9dYh3W/EPwDMuA2yid4ytssfI=';
</script>
<div id="myElement"></div>
<script type="text/javascript">
  jwplayer("myElement").setup( {
          image: "#",
          aspectratio: "16:9",
          width: '100%',
          aspectratio: '16:9',
          autostart: true,
          file : '//bigf.bigo.sg/asia_live/V4s7/0FAOsl.mp4',
          "tracks": [ {
              "kind": "captions",
              "file": "https://res.cloudinary.com/dcfl8m5ma/raw/upload/v1686338070/Reality.2023.1080p_EngCP_sjmk2s.srt",
              "label": "Khmer"
          },
			{
              "kind": "captions",
              "file": "#",
              "label": "English"
          }],
          abouttext: 'bongseiha',
          aboutlink: 'www.bongseiha.com',
          captions: {
		  color: '#f7f5f5', fontSize: 16, backgroundOpacity: 10
          },
  })
</script> 

jwplayer.key=’ypdL3Acgwp4Uh2/LDE9dYh3W/EPwDMuA2yid4ytssfI=’;

jwplayer(“myElement”).setup( {
image: “#”,
aspectratio: “16:9”,
width: ‘100%’,
aspectratio: ’16:9′,
autostart: true,
file : ‘//bigf.bigo.sg/asia_live/V4s7/0FAOsl.mp4’,
“tracks”: [ {
“kind”: “captions”,
“file”: “https://res.cloudinary.com/dcfl8m5ma/raw/upload/v1686338070/Reality.2023.1080p_EngCP_sjmk2s.srt”,
“label”: “Khmer”
},
{
“kind”: “captions”,
“file”: “#”,
“label”: “English”
}],
abouttext: ‘bongseiha’,
aboutlink: ‘www.bongseiha.com’,
captions: {
color: ‘#f7f5f5’, fontSize: 16, backgroundOpacity: 10
},
})

Share

Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *