annotate scald_dailymotion_player.tpl.php @ 9:1907129beb95
 tip 
Thumbnails: Create the thumbnail directory if it doesn't exist yet
 | author | Franck Deroche <franck@defr.org> | 
 | date | Mon, 13 Sep 2010 14:28:05 +0200 | 
 | parents | ad3d1dbbb66e | 
 | children |  | 
 | rev | line source | 
  
| franck@0 | 1 <?php | 
| franck@0 | 2 /** | 
| franck@0 | 3  */ | 
| franck@0 | 4 ?> | 
| franck@0 | 5 <object width='480' height='365' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'> | 
| franck@0 | 6   <param name='movie' value='http://www.dailymotion.com/swf/<?php print $video; ?>&related=0'></param> | 
| franck@0 | 7   <param name='allowFullScreen' value='true'></param> | 
| franck@0 | 8   <param name='allowScriptAccess' value='always'></param> | 
| franck@0 | 9   <param name='wmode' value='transparent'></param> | 
| franck@0 | 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'> | 
| franck@0 | 11     <img src='<?php print $thumbnail; ?>' alt='' class='dnd-dropped' width='480' /> | 
| franck@0 | 12   </object> | 
| franck@0 | 13 </object> |