Last change
on this file since 9220 was
3936,
checked in by tiico, 15 years ago
|
[Flash_Gallery] Fix bug 0001178 (Simpleviewer bug on IE) + Add possibility to add a background image on simpleviewer
Correct prometeus config file
|
File size:
584 bytes
|
Line | |
---|
1 | {html_head} |
---|
2 | {$block.SCRIPT} |
---|
3 | {/html_head} |
---|
4 | <div id="simpleviewer_block"> |
---|
5 | |
---|
6 | <script type="text/javascript"> |
---|
7 | |
---|
8 | var fo = new SWFObject("{$block.FLASHNAME}", "simpleviewer", "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.addParam("allowFullScreen","{$block.FULLSCREEN}"); |
---|
13 | {if $block.TRANSPARENT}fo.addParam("wmode", "transparent"); |
---|
14 | {/if} |
---|
15 | fo.addVariable("{$block.FLASHVARXML}", "{$block.XMLFEED}"); |
---|
16 | |
---|
17 | fo.write("simpleviewer_block"); |
---|
18 | </script> |
---|
19 | |
---|
20 | |
---|
21 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.