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