I'm making a flash facebook app. I tried using fb:swf and fb:iframe but there is no swf object in canvas. I'm using Heroku.
This is my iframe code between body tags in index.php:
<fb:iframe src="https://myappname.herokuapp.com/ifrm.html" width="700" height="425" frameborder="0" scrolling="no"></fb:iframe>
When I run ifrm.html in browser, swf is working well (I embedded the swf code in ifrm.html). But in the canvas, it's not working.