source: extensions/charlies_content/charlie_mp3player.tpl @ 4080

Last change on this file since 4080 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.2 KB
Line 
1<!-- /charlie_mp3player.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="`$by_style+$by_style+200`"}
9<div id="charlie" style="height: 64px; 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;height: 64px;min-height: 64px;">
12                        <object type="application/x-shockwave-flash" width="200" height="20" style="margin-top: 22px;"
13                            data="{$pwg_root}plugins/charlies_content/dewplayer.swf?son={$SRC_IMG}{* -
14                                        *}{if ($Charlies.autoplay==1)}&amp;autostart=1{/if}&amp;bgcolor={$Charlies.color0|substr:1}&amp;volume={$Charlies.volume}">
15                            <param name="movie" value="{$pwg_root}plugins/charlies_content/dewplayer.swf?son={$SRC_IMG_ENCODED}{* -
16                                        *}{if ($Charlies.autoplay==1)}&amp;autostart=1{/if}&amp;bgcolor={$Charlies.color0|substr:1}&amp;volume={$Charlies.volume}">
17                        </object>
18                </div>
19        </div>
20</div>
21{html_head}
22<link rel="stylesheet" type="text/css" href="{$CHARLIES_PATH|@cat:'charlies.css'}"> 
23{/html_head}
Note: See TracBrowser for help on using the repository browser.