2012-07-04 21:01:22 +00:00
|
|
|
<video id="{$configs.player_div}" class="video-js vjs-default-skin" controls
|
2012-09-06 07:23:51 +00:00
|
|
|
preload="auto" width="{$configs.width}" height="{$configs.height}" poster=""
|
2012-07-04 21:01:22 +00:00
|
|
|
data-setup="{}">
|
2012-09-05 15:14:08 +00:00
|
|
|
|
2012-09-06 07:23:51 +00:00
|
|
|
<source src="{$file}">
|
2012-07-04 21:01:22 +00:00
|
|
|
</video>
|