Last change
on this file since 13560 was
3531,
checked in by tiico, 15 years ago
|
First revision (for testing)
Only in French (translation to be done)
|
File size:
730 bytes
|
Line | |
---|
1 | {html_head} |
---|
2 | {$block.SCRIPT} |
---|
3 | {/html_head} |
---|
4 | <div id="flashgallery_block"> |
---|
5 | |
---|
6 | <script type="text/javascript"> |
---|
7 | |
---|
8 | var fo = new SWFObject("{$block.FLASHNAME}", "gallery", "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("quality", "high"); |
---|
13 | fo.addParam("allowFullScreen","{$block.FULLSCREEN}"); |
---|
14 | fo.addVariable("{$block.FLASHVARXML}","{$block.XMLFEED}"); // Location of php script. |
---|
15 | fo.addVariable("color_path","{$block.XMLPARAM}"); // Location of xml file with settings. |
---|
16 | {if $block.TRANSPARENT}fo.addParam("wmode", "transparent"); |
---|
17 | {/if} |
---|
18 | |
---|
19 | fo.write("flashgallery_block"); |
---|
20 | </script> |
---|
21 | |
---|
22 | |
---|
23 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.