# FlashPlayer

{% hint style="danger" %}
As of 2021, Adobe has ended support for the Flash Player plugin. Flash content, including audio and video, will no longer play back in most modern browsers.
{% endhint %}

{% hint style="info" %}
For a full list of properties, methods and events see the [API documentation.](http://docs.wisej.com/api)
{% endhint %}

## Features

### Loop

The `Loop` property determines whether timeline-based SWF files repeat indefinitely or stop at the last frame.

### WindowMode

The `WindowMode` property controls SWF file transparency, positioning, and browser rendering.

## Advanced

### JavaScript Widget

| Item        | Description                                                                                                         |
| ----------- | ------------------------------------------------------------------------------------------------------------------- |
| Class name  | "wisej.web.FlashPlayer"                                                                                             |
| Source code | [https://github.com/iceteagroup/wisej-js](https://github.com/iceteagroup/wisej-js/blob/master/wisej.web.TextBox.js) |
