Video from Querystring ASP .net
Given the typical embedded player format like:
<div>
<script type="text/javascript" src="http://content.jwplatform.com/players/videoID-playerID.js" ></script>
</div>
How do I set the videoID at runtime (ASP .Net) based on the ID passed in from a querystring parameter?