Current File : /home/inlingua/www/icentex/trainer_resource_admin/trainer_resource_video.view.php |
<?php
// Copyright, Panalink Infotech Limited. Created on: 22-12-2011
// Include header
include "header_trainer.php";
echo $succFailMesg;
?>
<script type="text/javascript" src="flowplayer/example/flowplayer-3.2.4.min.js"></script>
<!-- some minimal styling, can be removed -->
<link rel="stylesheet" type="text/css" href="flowplayer/example/style.css">
<table border='0' class='pa-nor pa-table'>
<tr valign='top'><td><b>Details</b></td><td><?php echo $dbObject->getDbField('video_details');?> </td></tr>
<tr valign='top'><td><b>File</b></td><td><a href='videos/<?php echo $dbObject->getDbField('video_file');?>'><?php echo $dbObject->getDbField('video_file');?></a> </td></tr>
</table>
<div id="page">
<a href="http://inlinguanewdelhi.com/icentex/trainer_resource_admin/videos/<?php echo $dbObject->getDbField('video_file');?>"
style="display:block;width:425px;height:300px;"
id="player">
</a>
<!-- this will install flowplayer inside previous A- tag. -->
<script>
flowplayer("player", "flowplayer/flowplayer-3.2.5.swf", {
clip: {
// these two configuration variables does the trick
autoPlay: false,
autoBuffering: true // <- do not place a comma here
}
});
</script>
</div>
<?php
// Include footer
include "footer_trainer.php";
?>