Skip to content

Instantly share code, notes, and snippets.

@aracknobus
aracknobus / jwplayer.html
Created March 15, 2017 10:11 — forked from ph3nx/jwplayer.html
This is how you setup the jwplayer with a self-hosted video file. The official documentation: http://www.longtailvideo.com/support/jw-player/28833/quick-start-guide
<!-- JW Player Library -->
<script src="http://jwpsrv.com/library/MCK8hplLEeOY0CIACmOLpg.js"></script>
<!-- div for the player -->
<div id='playerKXSDPIwKERSv'></div>
<!-- Script to display video file in the player div -->
<script type='text/javascript'>
jwplayer('playerKXSDPIwKERSv').setup({
// URL to the video file
@aracknobus
aracknobus / DebugSwitchTemplate.cmd
Created February 25, 2016 14:29
Simple cmd script to make a debug-like command-line switch and setting
@echo off
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
:: Name: DebugSwitchTemplate.cmd
:: Author: Aracknobus
:: Version: v0.1 - Feb '16
::
::
SET DEBUGVAR=0
SET DEBUGECHO=0