| FBML has been deprecated. Starting June 1, 2012 FBML apps will no longer work as all FBML endpoints will be removed. If you are building a new application on Facebook.com, please implement your application using HTML, JavaScript and CSS. You can use our JavaScript SDK and Social Plugins to embedded many of the same social features available in FBML. |
Renders a Flash-based FLV player that can stream arbitrary FLV (video/audio) files on the page.
| Name | Type | Description |
|---|---|---|
| src | string | The URL of the FLV file. The URL must be absolute. |
| height | int | The height of the video container in pixels or percentage. |
| width | int | The width of the video container in pixels or percentage. |
| title | string | The name of the video. The title appears on the movie's control bar. |
| scale | string | A Flash attribute. How to scale the movie within the container. Specify one of |
| img | string | The URL of the image displayed behind the play button before the movie starts playing. The URL must be absolute. |
| align | string | A Flash attribute. Determines where the FLV file is aligned within the container. Specify l (left), r (right), t (top), b (bottom). |
| salign | string | A Flash attribute. Specifies where the scaled FLV file appears within the container based on its width and height settings. Specify l (left), r (right), t (top), b (bottom). |
| color | string | The hex value for background color while the movie plays. Default value is #000000 |
<fb:flv src='http://www.mediacollege.com/video-gallery/testclips/barsandtone.flv' width='400' height='300' title='my movie' color='#FFBB00' salign='r' img='http://www.example.com/test.jpg' scale='showall'/>