diff --git a/includes/themes/media_bliptv.theme.inc b/includes/themes/media_bliptv.theme.inc
index 791e5a5..d4c167c 100644
--- a/includes/themes/media_bliptv.theme.inc
+++ b/includes/themes/media_bliptv.theme.inc
@@ -32,7 +32,7 @@ function media_bliptv_preprocess_media_bliptv_video(&$variables) {
       <param name="movie" value="http://www.blip.tv/v/{$variables['video_id']}"></param>
       <param name="allowFullScreen" value="{$variables['fullscreen']}"></param>
       <param name="wmode" value="transparent" />
-      <embed src="http://www.blip.tv/v/{$variables['video_id']}" type="application/x-shockwave-flash" width="{$variables['width']}" height="{$variables['height']}" allowfullscreen="{$variables['fullscreen']}"></embed>
+      <embed src="http://www.blip.tv/play/{$variables['video_id']}" type="application/x-shockwave-flash" width="{$variables['width']}" height="{$variables['height']}" allowfullscreen="{$variables['fullscreen']}"></embed>
     </object>
 OUTPUT;
 
