/[drupal]/contributions/modules/emfield/contrib/emvideo/providers/youtube.inc
ViewVC logotype

Diff of /contributions/modules/emfield/contrib/emvideo/providers/youtube.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.47, Sat Oct 31 00:30:24 2009 UTC revision 1.1.2.48, Wed Nov 4 21:24:12 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: youtube.inc,v 1.1.2.46 2009/10/30 20:51:57 aaron Exp $  // $Id: youtube.inc,v 1.1.2.47 2009/10/31 00:30:24 aaron Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 485  function theme_emvideo_youtube_flash($co Line 485  function theme_emvideo_youtube_flash($co
485          <div id="$div_id">          <div id="$div_id">
486            <object            <object
487              type="application/x-shockwave-flash" data="$flv_path"              type="application/x-shockwave-flash" data="$flv_path"
488              width="$width" height="$height">              width="$width" height="$height" id="$id">
489              <param name="movie" value="$flv_path" />              <param name="movie" value="$flv_path" />
490              <param name="flashvars" value="$flashvars" />              <param name="flashvars" value="$flashvars" />
491              $noembed              $noembed
# Line 499  FLV; Line 499  FLV;
499        $output = theme('emvideo_youtube_default_external', $height, $width, $url, $id, $div_id, $fullscreen_value, $flashvars);        $output = theme('emvideo_youtube_default_external', $height, $width, $url, $id, $div_id, $fullscreen_value, $flashvars);
500      }      }
501    }    }
502    return $output;    return '<div class="emfield-emvideo emfield-emvideo-youtube">'. $output .'</div>';
503  }  }
504    
505  /**  /**

Legend:
Removed from v.1.1.2.47  
changed lines
  Added in v.1.1.2.48

  ViewVC Help
Powered by ViewVC 1.1.2