> For the complete documentation index, see [llms.txt](https://docs.clipbucket.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clipbucket.com/guides/functions/flashplayer.md).

# FlashPlayer

{FlashPlayer } function is used to create flash video player.

**Usage**

```
{FlashPlayer parameters}
```

It can use following parameters

| Parameter Name      | **Options**                                                                    |
| ------------------- | ------------------------------------------------------------------------------ |
| vdetails (Required) | Video Array                                                                    |
|                     |                                                                                |
| height              | Set the height of player. This will override the setting found in Admin Area.  |
| player\_div         | Name of tag ID which will wrap player. If left empty ‘**videoPlayer**‘ is used |
| width               | Set the width of player. This will override the setting found in Admin Area.   |

**Examples**

**Example 1**

```
{FlashPlayer vdetails=$video_array}
```

The above would simple display video player with all default settings.

**Example 2**

```
{FlashPlayer vdetails=$video_array height='300' width='300'}
```

This code will display player with your custom height & width.

![](https://clipbucket.com/docs/wp-content/plugins/wp-postratings/images/loading.gif)Loading...
