Skip to content

Instantly share code, notes, and snippets.

View moens's full-sized avatar

Sy Moen moens

  • Gallup Current
  • Gallup, NM
View GitHub Profile
@moens
moens / vzaar for ceebox
Created January 14, 2011 21:41
this is the javascript that you might need to use CeeBox for Vzaar
vzaar: { //http://view.vzaar.com/nnnnnn.video
siteRgx : /view\.vzaar\.com/i,
idRgx: /(?:\.com\/)([0-9]+)(?:\.video)/i,
src : "http://view.vzaar.com/[id].flashplayer" //http://view.vzaar.com/nnnnnn.flashplayer
}
...you might use it like this:
<script>
$(document).ready(function(){