Skip to content

Instantly share code, notes, and snippets.

@sethladd
Created November 2, 2010 20:03
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 sethladd/660200 to your computer and use it in GitHub Desktop.
Save sethladd/660200 to your computer and use it in GitHub Desktop.
host html file for flash app for chrome web store packaged app
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body style="overflow:hidden">
<embed width="100%" height="99%" src="main.swf" type="application/x-shockwave-flash"></embed>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment