This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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&colourSet=grey&colourBg=#ffffff&border=none&socialSharing=0,0,0' /> | |
<video controls='' height='324' id='vzvid' onclick='this.play();' poster='http://view.vzaar.com/1080935/image' |