source: extensions/Flash_Gallery/modules/Polaroid/Polaroid.tpl @ 3531

Last change on this file since 3531 was 3531, checked in by tiico, 15 years ago

First revision (for testing)
Only in French (translation to be done)

File size: 658 bytes
RevLine 
[3531]1<div class="polaroid_block">
2        <object type="application/x-shockwave-flash" data="{$block.FLASHNAME}?{$block.FLASHVARXML}={$block.XMLFEED}" width="100%" height="{$block.HEIGHT}">
3                {if $block.TRANSPARENT}   <PARAM NAME="wmode" VALUE="transparent">  {/if}
4                <PARAM NAME="allowFullScreen" VALUE="{$block.FULLSCREEN}">
5                <embed {if $block.TRANSPARENT}   wmode="transparent"  {/if}  src="{$block.FLASHNAME}?{$block.FLASHVARXML}={$block.XMLFEED}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="{$block.HEIGHT}" allowFullScreen="{$block.FULLSCREEN}">
6                </embed>
7        </object>
8</div>
Note: See TracBrowser for help on using the repository browser.