source: extensions/Flash_Gallery/modules/PostCardViewer/PostCardViewer.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: 686 bytes
RevLine 
[3531]1{html_head}
2{$block.SCRIPT}
3{/html_head}
4<div id="postcardviewer_block">
5
6        <script type="text/javascript">
7       
8
9                var fo = new SWFObject("{$block.FLASHNAME}", "viewer", "100%", "{$block.HEIGHT}", "8", "#181818");             
10                                                                                                               
11                // XML GALLERY OPTIONS
12                // To use local images defined in an XML document, use this block               
13                fo.addVariable("langOpenImage", "{$block.langOpenImage}");
14                fo.addVariable("langAbout", "{$block.langAbout}");
15
16                fo.addParam("allowFullScreen","{$block.FULLSCREEN}");
17                {if $block.TRANSPARENT}fo.addParam("wmode", "transparent");
18                {/if}
19                fo.addVariable("{$block.FLASHVARXML}", "{$block.XMLFEED}");
20                fo.write("postcardviewer_block");                       
21        </script>
22
23       
24</div>
Note: See TracBrowser for help on using the repository browser.