Index: contrib/emvideo/providers/zzz_custom_url.inc
===================================================================
--- contrib/emvideo/providers/zzz_custom_url.inc	(revision 21619)
+++ contrib/emvideo/providers/zzz_custom_url.inc	(working copy)
@@ -7,7 +7,7 @@
  */
 
 function _emvideo_zzz_custom_url_default_types() {
-  return array('wmv', 'wma', 'swf', 'flv', 'mov', 'rm');
+  return array('wmv', 'wma', 'swf', 'flv', 'mov', 'mp4', 'rm');
 }
 
 function emvideo_zzz_custom_url_info() {
@@ -34,6 +34,7 @@
     'swf' => t('Flash (swf)'),
     'flv' => t('Flash Video (flv)'),
     'mov' => t('Quicktime (mov)'),
+    'mp4' => t('Quicktime (mp4)'),
     'rm' => t('Real Media (rm)'),
   );
   $form = array();
@@ -119,6 +120,7 @@
         $autostart = $autoplay ? '1' : '0';
         return '<embed src="'. $url .'" width="'. $width .'" height="'. $height .'" autostart="'. $autostart .'" showcontrols="1" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"> </embed>';
       case 'mov':
+      case 'mp4':
         $autostart = $autoplay ? 'true' : 'false';
         return '<embed src="'. $url .'" width="'. $width .'" height="'. $height .'" autoplay="'. $autostart .'" controller="true" type="video/quicktime" scale="tofit" pluginspage="http://www.apple.com/quicktime/download/"> </embed>';
       case 'rm':
