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