source: extensions/Flash_Gallery/modules/PostCardViewer/PostCardViewer.tpl

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

some minor corrections
add block.tpl from pwg_stuff (for flopure)
add prometeus module (javascript)
[TO BE COMPLETED]

File size: 741 bytes
Line 
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", "{$block.BGCOLOR}");             
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                fo.addParam("bgcolor", "{$block.BGCOLOR}");
16
17                fo.addParam("allowFullScreen","{$block.FULLSCREEN}");
18                {if $block.TRANSPARENT}fo.addParam("wmode", "transparent");
19                {/if}
20                fo.addVariable("{$block.FLASHVARXML}", "{$block.XMLFEED}");
21                fo.write("postcardviewer_block");                       
22        </script>
23
24       
25</div>
Note: See TracBrowser for help on using the repository browser.