[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <div class="view-embed"> 2 <div class="content-media"> 3 4 {let attribute=$object.data_map.file} 5 <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" 6 width="{$attribute.content.width}" height="{$attribute.content.height}" id="objectid{$object.id}"> 7 8 <param name="movie" value={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} /> 9 <param name="quality" value="{$attribute.content.quality}" /> 10 <param name="play" value="{section show=$attribute.content.is_autoplay}true{/section}" /> 11 <param name="loop" value="{section show=$attribute.content.is_loop}true{/section}" /> 12 <embed src={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} 13 type="application/x-shockwave-flash" 14 quality="{$attribute.content.quality}" pluginspage="{$attribute.content.pluginspage}" 15 width="{$attribute.content.width}" height="{$attribute.content.height}" play="{section show=$attribute.content.is_autoplay}true{/section}" 16 loop="{section show=$attribute.content.is_loop}true{/section}" name="objectid{$object.id}"> 17 </embed> 18 </object> 19 {/let} 20 </div> 21 </div>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |