Skip to content

Instantly share code, notes, and snippets.

@anandnalya
Created August 4, 2011 03:35
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 anandnalya/1124450 to your computer and use it in GitHub Desktop.
Save anandnalya/1124450 to your computer and use it in GitHub Desktop.
Embedding flash object in Facebook Apps (FBML)
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<object type="application/x-shockwave-flash" data="foo.swf" width="300" height="300">
<param name="movie" value="foo.swf">
<param name="quality" value="high">
<param name="scale" value="noscale">
<param name="salign" value="LT">
<param name="menu" value="false">
</object>
</body>
</html>
<fb:iframe src="http://anandnalya.com/foo.html" width="300" height="300" frameborder="0" scrolling="no"></fb:iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment