| 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 |
| 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 |
| 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 |
/** |
/** |