Embedding a swf using fbml in a facebook app
- by abhishekgupta92
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'
/";