| 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 audio player.
| Name | Type | Description |
|---|---|---|
| src | string | The URL of the audio file. The URL must be absolute. |
| title | string | The name of the song. |
| artist | string | The name of the artist performing the song. |
| album | string | The title of the album. |
| width | int | The width of the player in pixels. Default value is 300 |
| height | int | Does nothing. Default value is 29 |
<fb:mp3 src="http://host.com/file.mp3" title="Song Name" artist="Song Artist" album="Album Name"/>