views:

8

answers:

1

I'm trying to get a video (flv) or an swf video player to work on Facebook walls, however no matter what I do - facebook posts the raw fbml and ignores the code. What am I doing wrong?

<fb:swf 
    swfsrc='http://www.domain.com/flv_player/Main.swf' 
    imgsrc='http://www.domain.com/large1.jpg' 
    allowscriptaccess=”all” 
    flashvars='config=http://www.domain.com/playerConfigEmbed/2179.xml' 
    width="384" height="283" />

I've also tried fb:flv

<fb:flv src='http://www.domain.com/files/file.flv' width='400' height='300' title='my movie' color='#FFBB00' salign='r' img='http://www.domain.com/thumbs/large1.jpg' scale='showall'/>
A: 

Insure yourself of placing the label <Fb:fbjs-bridge /> Before creating your <fb:swf /> This will serve you to create a bridge to communicate with the Flash.

Then <Fb:swf Swfsrc ='http: // your domain/yourflash.swf ' Width = '550' height = '400' align ='center ' />

If these working with free Hosting the most probable thing is that Facebook prevents that your swf is visualized.

Regards from Colombia :)

Fabian vargas