Last change
on this file since 27620 was
3318,
checked in by vdigital, 15 years ago
|
+ Add Charlies' content to depository
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | <!-- /charlie_flvplayer.tpl --> |
---|
2 | {* |
---|
3 | If you don't plan to play flv files on your web site, |
---|
4 | change player by the one you want |
---|
5 | Based on documention from http://www.macromedia.com/devnet/flvplayer/ |
---|
6 | *} |
---|
7 | <br /> |
---|
8 | {assign var="main_width" value="`$fileinfo.video.resolution_x+$by_style+$by_style`"} |
---|
9 | <div id="charlie" style="height: {$fileinfo.video.resolution_y}px; width:{$main_width}px; padding-top: 0px; margin-top: 0px;"> |
---|
10 | <div class="{$curtain}_1" style="padding-left:{$by_style}px;"> |
---|
11 | <div class="{$curtain}_2" style="padding-right:{$by_style}px;"> |
---|
12 | <object type="application/x-shockwave-flash" width="{$fileinfo.video.resolution_x}" height="{$fileinfo.video.resolution_y}" |
---|
13 | data="{$pwg_root}plugins/charlies_content/flvplayer.swf?file={$SRC_IMG}{if ($Charlies.autoplay==1)}&autoStart=true{/if}"> |
---|
14 | <param name="movie" value="{$pwg_root}plugins/charlies_content/flvplayer.swf?file={$SRC_IMG}{if ($Charlies.autoplay==1)}&autoStart=true{/if}" /> |
---|
15 | </object> |
---|
16 | </div> |
---|
17 | </div> |
---|
18 | </div> |
---|
19 | {html_head} |
---|
20 | <link rel="stylesheet" type="text/css" href="{$CHARLIES_PATH|@cat:'charlies.css'}"> |
---|
21 | {/html_head} |
---|
Note: See
TracBrowser
for help on using the repository browser.