Video Platform: vzaar Easy way to add videos to your website
vzaar
vzaar is a video platform that offers an end to end service for you to use with FlowPlayer.
Once the video is uploaded to vzaar, we host it for you, deliver it via a leading global CDN and monitor your usage. We also have a REST based API for more advanced integrations.
Our top quality encoding includes the following great features:
- Encode directly into web video formats of FLV or MP4 (iPhone compatible)
- All major video formats supported
- Encode to multiple sizes, including HD
- Upload up to 2GB videos
- No restriction on duration
- Watermark your videos with your company logo or message
- Automatic generation of poster frames and thumbnails
- Replace a video without changing your embed or player code
Demo
HTML coding
Note the still image below that we use as a splash. vzaar generates this for you when you upload your video.
<!--
href points to the video file hosted by vzaar, using the unique video number.
You can get your video number from your vzaar video page.
The splash image is specified in the backgound-image css tag.
vzaar generates this image for you.
-->
<a href="http://view.vzaar.com/105214.video"
style="display:block;width:425px;height:260px;
background-image:url(http://view.vzaar.com/105214.image);
background-position:center"
id="player">
<!-- play button -->
<img src="/img/player/btn/play_large.png" alt="Play this video"
style="margin-top:90px;margin-left:40%;"/>
</a>
Flowplayer configuration
vzaar requires no special configuration to setup video playback with progressive download!
flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.2.swf");
Sign up
Proceed to the vzaar.com website to learn more and to sign up.
