16 lines
631 B
PHP
16 lines
631 B
PHP
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
//echo $uri;
|
|
//echo 'view';
|
|
?>
|
|
<center><video width="500" height="300" controls>
|
|
<source src="<?php echo $uri ?>" type="video/mp4">
|
|
|
|
<!-- <source src="movie.ogg" type="video/ogg"> -->
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
<!-- <a href="https://www.w3schools.com/html/mov_bbb.mp4" target="_blank" download><img class="download" src='https://cdn1.iconfinder.com/data/icons/hawcons/32/698392-icon-129-cloud-download-128.png'/></a> -->
|
|
</center>
|
|
<!-- <iframe width="420" height="315" -->
|
|
<!-- src="<?php echo $uri ?>"> -->
|
|
<!-- </iframe> -->
|