0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
3.0.2-6
/
standard
/
htdocs
/
modules
/
gallery
/
views
/
[
Home
]
File: movieplayer.html.php
<?php defined("SYSPATH") or die("No direct script access.") ?> <?= html::anchor($item->file_url(true), "", $attrs) ?> <script type="text/javascript"> flowplayer( "<?= $attrs["id"] ?>", { src: "<?= url::abs_file("lib/flowplayer.swf") ?>", wmode: "transparent", provider: "pseudostreaming" }, { clip: { scaling: 'fit' }, plugins: { pseudostreaming: { url: "<?= url::abs_file("lib/flowplayer.pseudostreaming.swf") ?>" }, controls: { autoHide: 'always', hideDelay: 2000 } } } ).ipad(); </script>