View file _core/_class/play.php
<?php # класс для воспроизведения # author Drk class play { public static function video($href,$src) # video plya { echo ' <div style="background: #ffffff;"> <center><video controls="controls" class="full-screen" poster="'.$src.'" style="max-height:550px;max-width:100%;" preload="none"> <source src="'.$href.'" type="video/mp4"> </video></center></div> '; } } ?>