Run the following query in your phpmyadmin then go to your admin panel and clear cache :
UPDATE `sys_options` SET `VALUE` = 'embed,flash,regular,record', `AvailableValues` = 'embed,flash,regular,record' WHERE `Name` = 'bx_videos_uploader_switcher';
Also make the file change stated below :
In inc/classes/BxDolFilesConfig.php
Find the function getAllUploaderArray. Rename it and replace with the function below :
function getAllUploaderArray ($sLink = '')
{
return array(
'_' . $this->sPrefix . '_embed' => array('active' => !isset($_GET['mode']) || ($_GET['mode'] == 'embed') ? true : false, 'href' => $sLink . "&mode=embed"),
'_adm_admtools_Flash' => array('active' => $_GET['mode'] == 'flash' ? true : false, 'href' => $sLink . "&mode=flash"),
'_' . $this->sPrefix . '_regular' => array('active' => $_GET['mode'] == 'single' ? true : false, 'href' => $sLink . "&mode=single"),
'_' . $this->sPrefix . '_record' => array('active' => $_GET['mode'] == 'record' ? true : false, 'href' => $sLink . "&mode=record"),
);
}
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz