Is it possible to change the type loader to embed by changing parameters in the code?
if (BxDolRequest::serviceExists('videos', 'perform_video_upload', 'Uploader'))
$this->_aMedia['videos'] = array (
'post' => 'ready_videos',
'upload_func' => 'uploadVideos',
'tag' => BX_GROUPS_VIDEOS_TAG,
'cat' => BX_GROUPS_VIDEOS_CAT,
'thumb' => false,
'module' => 'videos',
'title_upload_post' => 'videos_titles',
'title_upload' => _t('_bx_groups_form_caption_file_title'),
'service_method' => 'get_video_array',
);