Skip to content

Instantly share code, notes, and snippets.

@luigi
Created October 16, 2009 21:15
Show Gist options
  • Save luigi/212079 to your computer and use it in GitHub Desktop.
Save luigi/212079 to your computer and use it in GitHub Desktop.
steelify any web page!
<style type="text/css">
#mSteele {
width:576px;
height:388px;
position:absolute;
top:100px;
right:0;
background: transparent;
}
</style>
<object style="visibility: visible;" id="mSteele" data="http://www.hammerandsteele.com/assets/mSteele.swf" type="application/x-shockwave-flash" height="388" width="576"><param value="transparent" name="wmode"></object>
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAl"></script>
<script type="text/javascript">
google.load("swfobject", "2.2");
function initialize() {
swfobject.embedSWF("http://www.hammerandsteele.com/assets/mSteele.swf", "mSteele", "576", "388", "9.0.0", null, null, {wmode:"transparent"});
}
google.setOnLoadCallback(initialize);
</script>
<script src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js" type="text/javascript"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment