

You can display the videos the same way as youtube is displayed, so you have some player on your server and this can be called e.g. as youtube is called, somewhere on this forum there is a solution how to use Phoca Gallery for videos...
Jan
Code: Select all
<script type="text/javascript" src="https://media.dreamhost.com/swfobject.js"></script>
<div id="CIMG0557_rotated_480x640.flv"><a
href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see
this player.</div>
<script type="text/javascript">
var sd = new
SWFObject('https://media.dreamhost.com/mediaplayer.swf','mpl','480','640','8');
sd.addParam('allowscriptaccess','always');
sd.addParam('allowfullscreen','true');
sd.addVariable('height','640');
sd.addVariable('width','480');
sd.addVariable('file','http://www.hmayer.net/images/phocagallery/20090509RenovierungHaus/CIMG0557_rotated_480x640.flv');
sd.write('CIMG0557_rotated_480x640.flv');
</script>