Fb:flv
From Facebook Developers Wiki
Contents |
[edit] Description
Renders a Flash-based FLV player that can stream arbitrary FLV (video/audio) files on the page.
[edit] Attributes
| Required | Name | Type | Description | |
| required | src | string | The URL of the FLV file. The URL must be absolute. | |
|---|---|---|---|---|
| optional | height | int | The height of the video container in pixels. | |
| width | int | The width of the video container in pixels. | ||
| title | string | The name of the video. |
[edit] Notes
- The file supplied must already be encoded as FLV – you cannot pass an .avi file into the player, for example.
- When using fb:flv and Internet Explorer, width and height may need to be specified. Otherwise the Flash object renders as a single grey pixel.
