Created by Julien Christe on oct. 14, 2014
<video autobuffer="autobuffer" controls="controls" width="{$video_width|default:854}" height="{$video_height|default:480}">
{if $mp4}<source src="{$mp4.file}" type="video/mp4;">{/if}
{if $ogg}<source src="{$ogg.file}" type="video/ogg;">{/if}
{if $flv}
<embed
src="/lib/flash/player.swf"
width="{$video_width|default:854}"
height="{$video_height|default:480}"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file={$flv.file}&usefullscreen=true&autostart=true&controlbar.position=over"
wmode="transparent"
/>
{/if}
</video>