Last change
on this file since 31337 was
31305,
checked in by jdd, 9 years ago
|
uvelle version beta3 au 20150907
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
699 bytes
|
Line | |
---|
1 | <!-- /charlie_flvstreamer.tpl --> |
---|
2 | |
---|
3 | <br /> |
---|
4 | {* |
---|
5 | 640 360, 320 180, 480 270... |
---|
6 | *} |
---|
7 | |
---|
8 | {assign var="jdd_width" value="480"} |
---|
9 | {assign var="jdd_height" value="270"} |
---|
10 | |
---|
11 | <object type="application/x-shockwave-flash" data="http://flv-player.net/medias/player_flv_maxi.swf" |
---|
12 | width="{$jdd_width}" height="{$jdd_height}"> |
---|
13 | <param name="movie" value="{$pwg_root}plugins/charlies_content/player_flv_maxi.swf" /> |
---|
14 | <param name="allowFullScreen" value="true" /> |
---|
15 | <param name="FlashVars" value="flv={$SRC_IMG}&&autoload=1&autoplay=1&showstop=1&showvolume=1&showtime=2" /> |
---|
16 | </object> |
---|
17 | {html_head} |
---|
18 | |
---|
19 | <link rel="stylesheet" type="text/css" href="{$CHARLIES_PATH|@cat:'charlies.css'}"> |
---|
20 | |
---|
21 | {/html_head} |
---|
Note: See
TracBrowser
for help on using the repository browser.