Code to Embed Flash / SWF into Fanpage FBML Box

thephantom69

Newbie
Joined
Apr 28, 2010
Messages
20
Reaction score
1
Code:
<fb:swf 
swfsrc="xxxxxxx.swf"
imgsrc="xxxxxxx.jpg" 
   width='300' height='250' />

This isn't working for me, any ideas how to get a simple flash file to be embedded into a fanpage fbml box?
 
<fb:swf
swfsrc="xxxxxxx.swf"
imgsrc="xxxxxxx.jpg"
width='300' height='250' />

This isn't working for me, any ideas how to get a simple flash file to be embedded into a fanpage fbml box?

Dude, DO NOT post FBML codes here on the forum. It is against the rules!
 
Dude, DO NOT post FBML codes here on the forum. It is against the rules!

There's no problem posting examples that are in the developer's wiki, which this is:

Code:
http://wiki.developers.facebook.com/index.php/Fb:swf

It's only the custom, non-compliant codes that should be kept private. :)
 
There's no problem posting examples that are in the developer's wiki, which this is:

Code:
http://wiki.developers.facebook.com/index.php/Fb:swf
It's only the custom, non-compliant codes that should be kept private. :)

Oh okay, my bad. Thank you for clearing this up! :)

Edit: I am apologizing to the OP, 7878, and anyone else who may have been offended. Cheers!
 
Last edited:
yeah this is totally legit code - just for simple flash embedding.

still having troubles though - anyone available to help?

just want to embed a simple swf onto an fbml tab?
 
yeah this is totally legit code - just for simple flash embedding.

still having troubles though - anyone available to help?

just want to embed a simple swf onto an fbml tab?

Well, you do know FB was recently having issues with allowing people to add apps to their fan pages, right? This has since been fixed, but it may have been causing your problem (maybe not though). My suggestion is that you read up on FB's Developer section.

If I had any experience with this I would help you out free of charge; however, I do not. You might want to consider posting a cheap project on Rent A Coder since you already have the code and all you need to do is get it working.
 
Back
Top