You are here

function emvideo_bliptv_validate in Embedded Media Field 6

Implements emvideo_PROVIDER_validate hook.

File

contrib/emvideo/providers/bliptv.inc, line 74
This include processes blip.tv media files for use by emfield.module.

Code

function emvideo_bliptv_validate($value, $error_field) {
  if ($value == 'BLIP_TV_ERROR_EMBED') {
    form_set_error($error_field, t('Please do not use the Embed Code from Blip.TV. You must instead paste the URL from the video page.'));
  }
}