# 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...


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clipbucket.com/guides/functions/flashplayer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
