Skip to content

Instantly share code, notes, and snippets.

@julioprotzek
Created March 10, 2010 01:59
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 julioprotzek/327416 to your computer and use it in GitHub Desktop.
Save julioprotzek/327416 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Flash</title>
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<style> article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; } </style>
<script src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script>
swfobject.embedSWF("<?php echo $url ?>/arquivo.swf", "flash_banner", "300", "120", "9");
</script>
</head>
<body>
<div class="container">
<div id="flash_banner">
Conteúdo alternativo...
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment