<script src="xxxxxxxxxxxxx"></script>
<object type="application/x-shockwave-flash" data="xxxxxxxxxxxxx" width="100%" height="100%" bgcolor="#000000" id="tvplayer" name="tvplayer" class="jwswf swfPrev-beforeswfanchor0 swfNext-afterswfanchor0">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="seamlesstabbing" value="true">
<param name="wmode" value="opaque">
</object>
<script type="text/javascript">
jwplayer('tvplayer').setup({
title: '',
autostart: 'true',
width: '100%' ,
height: '100%',
androidhls: true,
skin: 'glow',
file: "<?php echo $file ?>"
});
jwplayer('tvplayer').on('error', function() {
location.reload();
});
</script>
อยากให้มันรีโหลด หน้าใหม่ หรือพยายามโหลดใหม่ครับ เวลามันหลุดหรือเกิด error
