Embedding a swf using fbml in a facebook app
Posted
by abhishekgupta92
on Stack Overflow
See other posts from Stack Overflow
or by abhishekgupta92
Published on 2010-05-24T19:56:26Z
Indexed on
2010/05/24
20:01 UTC
Read the original article
Hit count: 461
Hi, I am using FBML to embed a swf file into my facebook application, but it shows the message that movie is not loaded. The piece of code that I am using for this is:
echo " < fb:swf imgstyle=\"border-width:3px; border-color:white;\" swfsrc='apsolute url of the .swf in the server where I am hosting' width='340' height='270' flashvars='' swfbgcolor='333333' wmode='opaque' />";
© Stack Overflow or respective owner