Mercurial > defr > drupal > scald > scald_dailymotion
comparison scald_dailymotion_player.tpl.php @ 0:ad3d1dbbb66e
Scald Dailymotion: First stab at a DailyMotion provider not based on node
author | Franck Deroche <franck@defr.org> |
---|---|
date | Fri, 16 Jul 2010 17:24:41 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ad3d1dbbb66e |
---|---|
1 <?php | |
2 /** | |
3 */ | |
4 ?> | |
5 <object width='480' height='365' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'> | |
6 <param name='movie' value='http://www.dailymotion.com/swf/<?php print $video; ?>&related=0'></param> | |
7 <param name='allowFullScreen' value='true'></param> | |
8 <param name='allowScriptAccess' value='always'></param> | |
9 <param name='wmode' value='transparent'></param> | |
10 <object data='http://www.dailymotion.com/swf/<?php print $video; ?>&related=0' type='application/x-shockwave-flash' width='480' height='365' allowfullscreen='true' allowscriptaccess='always' wmode='transparent'> | |
11 <img src='<?php print $thumbnail; ?>' alt='' class='dnd-dropped' width='480' /> | |
12 </object> | |
13 </object> |