Skip to content

Instantly share code, notes, and snippets.

@rs
Created July 21, 2010 16:55
Show Gist options
  • Save rs/484762 to your computer and use it in GitHub Desktop.
Save rs/484762 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
(function(){try{
var m = navigator.mimeTypes, t = 'application/x-shockwave-flash', a = 'ShockwaveFlash.ShockwaveFlash';
if (m && m.length ? !m[t] : !(function(){try{return new ActiveXObject(a)}catch(e){}})())
{
var e = document.createElement('script'); e.type = 'text/javascript'; e.async = true;
e.src = 'http://www.dailymotion.com/js/external/embedcompat.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s);
}
}catch(e){}})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment