{*
If you don't plan to play flv files on your web site,
change player by the one you want
Based on documention from http://flv-player.net/players/maxi/documentation/
*}
{if $Charlies.forced_width!=''}{assign var="resolution_x" value="`$Charlies.forced_width`"}
{else}{assign var="resolution_x" value="`$fileinfo.video.resolution_x`"}{/if}
{if $Charlies.forced_height!=''}{assign var="resolution_y" value="`$Charlies.forced_height`"}
{else}{assign var="resolution_y" value="`$fileinfo.video.resolution_y`"}{/if}
{assign var="main_width" value="`$resolution_x+$by_style+$by_style`"}