Created
June 15, 2009 14:49
-
-
Save thruflo/130144 to your computer and use it in GitHub Desktop.
This file contains 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
<script type="text/javascript" src="/js/jquery.js"></script> | |
<script type="text/javascript"> | |
jQuery.noConflict(); | |
</script> | |
<script type="text/javascript" src="/js/sifr.js"></script> | |
<script type="text/javascript" src="/js/largeblue.js"></script> | |
<script type="text/javascript"> | |
jQuery(document).ready(function($){ | |
$('body').removeClass('no-js'); | |
$('.searchtext').focus( function () { $(this).attr('value',''); } ); | |
var my_config = { 'VIDEOS_PATH': 'http://www.vso.org.uk/video' }; | |
largeblue.player.Config.addMethods(my_config); | |
var player = new largeblue.player.MultiFormatPlayer('foo'); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment