Skip to content

Instantly share code, notes, and snippets.

@vzaar
vzaar / demo.html
Created October 4, 2012 14:42
vzaar bookmarks
<div id='video-container'>
<div class='vzaar_media_player'>
<object data='http://view.vzaar.com/1080935/flashplayer' height='324'
id='video' type='application/x-shockwave-flash' width='576'>
<param name='allowFullScreen' value='true' />
<param name='allowScriptAccess' value='always' />
<param name='wmode' value='transparent' />
<param name='movie' value='http://view.vzaar.com/1080935/flashplayer' />
<param name='flashvars' value='apiOn=true&amp;colourSet=grey&amp;colourBg=#ffffff&amp;border=none&amp;socialSharing=0,0,0' />
<video controls='' height='324' id='vzvid' onclick='this.play();' poster='http://view.vzaar.com/1080935/image'
@vzaar
vzaar / uss-tokens-java.java
Created June 22, 2012 13:36
Generating vzaar USS Tokens
// This example requires the apache commons-codec library
// (http://commmons.apache.org/codec)
import org.apache.commons.codec.digest.DigestUtils;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.TimeZone;
public class VzaarUssTokens {