Web site, images, videos, and other content copyright © 2008- Desert Curling L.L.C. All rights reserved.
This site is provided “as is”. We do our best to ensure it is functional and useful but cannot be held responsible for errors, outages, or lack of usefulness for any particular purpose.
We currently use the GPL 3 licensed Flowplayer video player on origami.desertcurling.com to display our video content. You can download your own copy of Flowplayer here.
The javascript we use to integrate with Flowplayer appears below. Please feel free to use it (with your own videos not our videos!) under a compatible open source license per Flowplayer’s instructions.
<script type="text/javascript">$(document).ready( function(){ flashembed("dco_video", { src:'./FlowPlayerLP.swf', width: 400, height: 324 }, {config: { autoPlay: false, loop: false, usePlayOverlay: true, controlBarGloss:'high', autoBuffering: true, controlBarBackgroundColor:'0xCC6633', initialScale: 'scale', emailVideoLink: 'http://origami.desertcurling.com/copyright.php', videoFile: 'videos/desertcurling_origami_project_cs.flv' }} ); }); </script>