Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
2  
FBML has been deprecated ages ago. Start reading docs here on how to embed a web app into Facebook by today’s methods: developers.facebook.com/docs/guides/canvas – CBroe Dec 31 '12 at 17:08
if you find a solution would you mind posting for this as i am trying to do exactly the same thing although i am completely new to facebook development i don t know if thisa post will help you or whether this is outdated aswel...stackoverflow.com/questions/3112849/… – anna Jan 3 at 16:44
Hi, anna. I added the SWF to the page by using HTML's <object> tags. You can embed the SWF between the body tags like adding a SWF to any HTML page. Also you can use swfobject's embedSwf(...). (Google it for detailed info.) – Mehmet Emin Acar Jan 3 at 17:19

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.