Skip to content

Instantly share code, notes, and snippets.

@wlib
Last active October 27, 2017 12:55
Show Gist options
  • Save wlib/37bedc1cab1eb656c1711870b137ee0a to your computer and use it in GitHub Desktop.
Save wlib/37bedc1cab1eb656c1711870b137ee0a to your computer and use it in GitHub Desktop.
<embed
id="player"
name="flash_object_embed"
src=""
width="100%" height="100%"
type="application/x-shockwave-flash"
allowscriptaccess="always"
align="middle"
allownetworking="internal"
wmode="direct"
bgcolor="#FFFFFF">
<script>
const player = document.querySelector("#player");
player.src = location.search.slice(1);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment