source: extensions/charlies_content/charlie_flvstreamer.tpl @ 31990

Last change on this file since 31990 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{*
5640 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"
12width="{$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}&amp;&amp;autoload=1&amp;autoplay=1&amp;showstop=1&amp;showvolume=1&amp;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.