Skip to content

Instantly share code, notes, and snippets.

@illuzor
Created April 15, 2013 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save illuzor/5390785 to your computer and use it in GitHub Desktop.
Save illuzor/5390785 to your computer and use it in GitHub Desktop.
<script>
var flashvars = {
};
var params = {
menu: "false",
scale: "noScale",
allowFullscreen: "true",
allowScriptAccess: "always",
bgcolor: "",
wmode: "transparent"
};
var attributes = {
id:"Bandages"
};
swfobject.embedSWF(
"Bandages.swf",
"altContent", "800", "550", "10.0.0",
"expressInstall.swf",
flashvars, params, attributes);
</script>
<style>
html, body { height:100%; overflow:hidden; }
body { margin:0; }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment