For Video Uploads, by default the uploader mode is Flash.
Where in php or db can we change this default uploader mode.
Also out of the four modes, I want to remove flash and regular and make embed as default and keep the recorder as the other oprion.
It seems pretty easy to change it: just override function actionGetVideoUploaders and set 'mode'=>'embed' instead of 'mode'=>'single' from ydrargyros
This seems to the workaround at http://www.boonex.com/trac/dolphin/ticket/1401
I want to know for normal video upload, where in php we can change the code so that the default uploader mode is embed and remove the modes, normal and recorder?